jeco.dmm
Class DMMOptimizer

java.lang.Object
  extended by jeco.kernel.algorithm.Algorithm
      extended by jeco.kernel.algorithm.ge.GrammaticalEvolutionaryAlgorithm
          extended by jeco.dmm.DMMOptimizer

public class DMMOptimizer
extends GrammaticalEvolutionaryAlgorithm


Field Summary
protected  long sizeOfMemoryInKB
           
 
Fields inherited from class jeco.kernel.algorithm.Algorithm
name, problem
 
Constructor Summary
DMMOptimizer(long sizeOfMemoryInKB, java.lang.String pathToProfile, java.lang.String pathToGrammarFile)
           
 
Method Summary
 void initialize()
           
 
Methods inherited from class jeco.kernel.algorithm.ge.GrammaticalEvolutionaryAlgorithm
execute, getBestFitness, getProperty, setProperty, step
 
Methods inherited from class jeco.kernel.algorithm.Algorithm
getName, getProblem, setLevel, setProblem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeOfMemoryInKB

protected long sizeOfMemoryInKB
Constructor Detail

DMMOptimizer

public DMMOptimizer(long sizeOfMemoryInKB,
                    java.lang.String pathToProfile,
                    java.lang.String pathToGrammarFile)
Method Detail

initialize

public void initialize()
Overrides:
initialize in class GrammaticalEvolutionaryAlgorithm