代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/171479/5394748
java reduction.java
/*
$Id: Reduction.java,v 1.3 2005/04/12 15:04:59 jstrachan Exp $
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated d
www.eeworm.com/read/275576/4174144
java reduction.java
/*
$Id: Reduction.java 4032 2006-08-30 07:18:49Z mguillem $
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated d
www.eeworm.com/read/402654/2318567
hpp reduction.hpp
// Software License for MTL
//
// Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
// Authors: Peter Gottschling and Andrew Lumsdaine
//
// This file is part of the Matrix
www.eeworm.com/read/379484/2673355
java reduction.java
/*
* Copyright (C) 2003-2006 Bjørn-Ove Heimsund
*
* This file is part of MTJ.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser Ge
www.eeworm.com/read/475307/6796049
class reduction.class
www.eeworm.com/read/475307/6796056
java reduction.java
/*
*
* Copyright (c) 1997-1999 Scott Oaks and Henry Wong. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purpose
www.eeworm.com/read/204978/15330631
h reduction.h
#ifndef _REDUCTION_H
#define _REDUCTION_H
#include "Population.h"
class Reducer {
friend class MOEA;
public:
MOEADefineIdentity("Reducer", "R", 500);
Reducer() : ppop1(NULL), ppop2(NULL) {
www.eeworm.com/read/204978/15330662
c reduction.c
#include "Reduction.h"
ClusteringReducer :: ClusteringReducer(int chunkSize) :
N(chunkSize), chunkSz(chunkSize), Reducer() {
clusters = new int [N];
clusterList = new int [N];
selec
www.eeworm.com/read/103426/15733021