|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleProblemForm | |
|---|---|
| ec.app.ant | |
| ec.app.ecsuite | |
| ec.app.edge | |
| ec.app.lawnmower | |
| ec.app.multiplexer | The Koza-I Boolean-Multiplexer problem. |
| ec.app.parity | |
| ec.app.regression | |
| ec.app.sum | |
| ec.app.twobox | |
| ec.eval | |
| ec.multiobjective.spea2 | Strength Pareto Evolutionary Algorithm implementation. |
| ec.simple | |
| ec.steadystate | |
| Uses of SimpleProblemForm in ec.app.ant |
|---|
| Classes in ec.app.ant that implement SimpleProblemForm | |
|---|---|
class |
Ant
Ant implements the Artificial Ant problem. |
| Uses of SimpleProblemForm in ec.app.ecsuite |
|---|
| Classes in ec.app.ecsuite that implement SimpleProblemForm | |
|---|---|
class |
ECSuite
Several standard Evolutionary Computation functions are implemented: Rastrigin, De Jong's test suite F1-F4 problems (Sphere, Rosenbrock, Step, Noisy-Quartic), Booth (from [Schwefel, 1995]), and Griewangk. |
| Uses of SimpleProblemForm in ec.app.edge |
|---|
| Classes in ec.app.edge that implement SimpleProblemForm | |
|---|---|
class |
Edge
Edge implements the Symbolic Edge problem. |
| Uses of SimpleProblemForm in ec.app.lawnmower |
|---|
| Classes in ec.app.lawnmower that implement SimpleProblemForm | |
|---|---|
class |
Lawnmower
Lawnmower implements the Koza-II Lawnmower problem. |
| Uses of SimpleProblemForm in ec.app.multiplexer |
|---|
| Classes in ec.app.multiplexer that implement SimpleProblemForm | |
|---|---|
class |
Multiplexer
Multiplexer implements the family of n-Multiplexer problems. |
| Uses of SimpleProblemForm in ec.app.parity |
|---|
| Classes in ec.app.parity that implement SimpleProblemForm | |
|---|---|
class |
Parity
Parity implements the family of n-[even|odd]-Parity problems up to 32-parity. |
| Uses of SimpleProblemForm in ec.app.regression |
|---|
| Classes in ec.app.regression that implement SimpleProblemForm | |
|---|---|
class |
Quintic
Quintic implements a Symbolic Regression problem. |
class |
Regression
Regression implements the Koza (quartic) Symbolic Regression problem. |
class |
Sextic
Sextic implements a Symbolic Regression problem. |
| Uses of SimpleProblemForm in ec.app.sum |
|---|
| Classes in ec.app.sum that implement SimpleProblemForm | |
|---|---|
class |
Sum
Sum is a simple example of the ec.Vector package, implementing the very simple sum problem (fitness = sum over vector). |
| Uses of SimpleProblemForm in ec.app.twobox |
|---|
| Classes in ec.app.twobox that implement SimpleProblemForm | |
|---|---|
class |
TwoBox
TwoBox implements the TwoBox problem, with or without ADFs, as discussed in Koza-II. |
| Uses of SimpleProblemForm in ec.eval |
|---|
| Classes in ec.eval that implement SimpleProblemForm | |
|---|---|
class |
MasterProblem
MasterProblem.java |
| Uses of SimpleProblemForm in ec.multiobjective.spea2 |
|---|
| Methods in ec.multiobjective.spea2 with parameters of type SimpleProblemForm | |
|---|---|
void |
SPEA2Evaluator.evalPopChunk(EvolutionState state,
int[] numinds,
int[] from,
int threadnum,
SimpleProblemForm p)
A private helper function for evaluatePopulation which evaluates a chunk of individuals in a subpopulation for a given thread. |
| Uses of SimpleProblemForm in ec.simple |
|---|
| Fields in ec.simple declared as SimpleProblemForm | |
|---|---|
SimpleProblemForm |
SimpleEvaluator.SimpleEvaluatorThread.p
|
| Uses of SimpleProblemForm in ec.steadystate |
|---|
| Fields in ec.steadystate declared as SimpleProblemForm | |
|---|---|
SimpleProblemForm |
SteadyStateEvaluator.problem
Our problem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||