public class HIFF extends Problem implements SimpleProblemForm
Parameters
| base.p int >= 0 |
(number of blocks at each level) |
| base.k int >= 0 |
(number of hierarchical levels) |
| base.rc double |
(ratio of block contributions) |
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
K |
(package private) int |
P |
static String |
P_K |
static String |
P_P |
static String |
P_RC |
(package private) int |
Rc |
| Constructor and Description |
|---|
HIFF() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(EvolutionState state,
Individual ind,
int subpopulation,
int threadnum)
Evaluates the individual in ind, if necessary (perhaps
not evaluating them if their evaluated flags are true),
and sets their fitness appropriately.
|
(package private) double |
f(double b) |
(package private) double |
H(double[] genes) |
void |
setup(EvolutionState state,
Parameter base)
Sets up the object by reading it from the parameters stored
in state, built off of the parameter base base.
|
(package private) double |
t(double[] transform,
int first) |
canEvaluate, clone, closeContacts, defaultBase, describe, describe, finishEvaluating, initializeContacts, prepareToEvaluate, reinitializeContactsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribepublic static final String P_K
public static final String P_P
public static final String P_RC
int K
int P
int Rc
public void setup(EvolutionState state, Parameter base)
PrototypeFor prototypes, setup(...) is typically called once for the prototype instance; cloned instances do not receive the setup(...) call. setup(...) may be called more than once; the only guarantee is that it will get called at least once on an instance or some "parent" object from which it was ultimately cloned.
public void evaluate(EvolutionState state, Individual ind, int subpopulation, int threadnum)
SimpleProblemFormevaluate in interface SimpleProblemFormdouble H(double[] genes)
double t(double[] transform,
int first)
double f(double b)
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.