|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.akutan.optimization.SimulatedAnnealing
org.akutan.optimization.SimulatedAnnealing2
public class SimulatedAnnealing2
| Field Summary |
|---|
| Fields inherited from class org.akutan.optimization.SimulatedAnnealing |
|---|
_cMove, _epsilon, _moveSize, _mu, _order, _twister, _V |
| Constructor Summary | |
|---|---|
SimulatedAnnealing2(int order,
cern.colt.matrix.DoubleMatrix1D mu,
cern.colt.matrix.DoubleMatrix2D V)
|
|
| Method Summary | |
|---|---|
protected SASolution |
decide(SASolution ss,
double lambda)
Implements the simulated annealing algorithm from Armananzas & Lozano |
| Methods inherited from class org.akutan.optimization.SimulatedAnnealing |
|---|
anneal, dumpPoints, evaluate, getEpsilon, initialGuess, move, solve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimulatedAnnealing2(int order,
cern.colt.matrix.DoubleMatrix1D mu,
cern.colt.matrix.DoubleMatrix2D V)
| Method Detail |
|---|
protected SASolution decide(SASolution ss,
double lambda)
throws java.lang.CloneNotSupportedException
decide in class SimulatedAnnealingss - Solution to be examinedlambda - Parameter to the algorithm
java.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||