|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EvaluativeAlgorithm
Interface for evaluative algorithms.
This interface provides unified access to an evaluation function (to minimize etc.) while processing.
In order to transform a maximization problem into a minimization problem use the evaluation function -f instead of f.
Nested Class Summary | |
---|---|
static class |
EvaluativeAlgorithm.EvaluationComparator
The canonical comparator induced by the evaluation function f(n). |
Nested classes/interfaces inherited from interface orbital.algorithm.template.AlgorithmicTemplate |
---|
AlgorithmicTemplate.Configuration |
Method Summary | |
---|---|
Function |
getEvaluation()
Get the evaluation function used while processing. |
Methods inherited from interface orbital.algorithm.template.AlgorithmicTemplate |
---|
complexity, solve, spaceComplexity |
Method Detail |
---|
Function getEvaluation()
Also called objective function.
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |