|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fitness | |
|---|---|
| org.dishevelled.swarm | Framework for particle swarm optimization algorithms. |
| org.dishevelled.swarm.fitness | Implementations of the Fitness function interface. |
| Uses of Fitness in org.dishevelled.swarm |
|---|
| Methods in org.dishevelled.swarm with parameters of type Fitness | |
|---|---|
ParticleSwarm |
ParticleSwarmOptimizationAlgorithm.optimize(int particles,
int dimensions,
ExitStrategy exitStrategy,
Fitness fitness)
Optimize a particle swarm of the specified size over the specified number of dimensions given the specified exit strategy and fitness functions. |
| Uses of Fitness in org.dishevelled.swarm.fitness |
|---|
| Classes in org.dishevelled.swarm.fitness that implement Fitness | |
|---|---|
class |
CompositeFitness
Composite fitness function. |
class |
FitnessTransform
Fitness transform. |
class |
RandomFitness
Random fitness function. |
class |
UniformFitness
Uniform fitness function. |
| Constructors in org.dishevelled.swarm.fitness with parameters of type Fitness | |
|---|---|
FitnessTransform(Fitness fitness,
UnaryFunction<Double,Double> transform)
Create a new fitness transform with the specified fitness function and transform function. |
|
| Constructor parameters in org.dishevelled.swarm.fitness with type arguments of type Fitness | |
|---|---|
CompositeFitness(List<Fitness> children,
BinaryFunction<Double,Double,Double> aggregate)
Create a new composite fitness function with the specified list of child fitness functions and the specified aggregate function. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||