Class Best2Bin.DeBest2BinCell
- java.lang.Object
-
- dev.nm.solver.multivariate.geneticalgorithm.minimizer.simplegrid.RealScalarFunctionChromosome
-
- dev.nm.solver.multivariate.geneticalgorithm.minimizer.simplegrid.SimpleCellFactory.SimpleCell
-
- dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.DEOptimCellFactory.DeOptimCell
-
- dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.Rand1Bin.DeRand1BinCell
-
- dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.Best2Bin.DeBest2BinCell
-
- All Implemented Interfaces:
Chromosome,Comparable<Chromosome>
- Enclosing class:
- Best2Bin
public class Best2Bin.DeBest2BinCell extends Rand1Bin.DeRand1BinCell
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeBest2BinCell(RealScalarFunction f, Vector x)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Best2Bin.DeBest2BinCellmutate()Mutate by random disturbs in a neighborhood.-
Methods inherited from class dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.Rand1Bin.DeRand1BinCell
crossover
-
-
-
-
Constructor Detail
-
DeBest2BinCell
protected DeBest2BinCell(RealScalarFunction f, Vector x)
-
-
Method Detail
-
mutate
public Best2Bin.DeBest2BinCell mutate()
Description copied from class:SimpleCellFactory.SimpleCellMutate by random disturbs in a neighborhood.- Specified by:
mutatein interfaceChromosome- Overrides:
mutatein classRand1Bin.DeRand1BinCell- Returns:
- a mutant chromosome
-
-