de.kumpe.hadooptimizer.jeneva
Class JenevaSleepExample

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by de.kumpe.hadooptimizer.examples.Example
          extended by de.kumpe.hadooptimizer.examples.OptimizerExample<double[]>
              extended by de.kumpe.hadooptimizer.jeneva.JenevaSleepExample
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable

public class JenevaSleepExample
extends OptimizerExample<double[]>


Field Summary
 
Fields inherited from class de.kumpe.hadooptimizer.examples.OptimizerExample
offspring, OPTION_CYCLES, OPTION_EA, OPTION_ES, OPTION_EVALUATION_LIMIT, OPTION_MULTI_POPULATIONS, OPTION_NS_LIMIT, OPTION_OFFSPRING, OPTION_PARENTS, OPTION_PRESERVE_PARENTS, OPTION_STANDARD_DEVIATION, OPTION_TIME_LIMIT, OPTION_ZERO_PADDING, parents, preserveParents, standardDeviation
 
Fields inherited from class de.kumpe.hadooptimizer.examples.Example
BANNER_TEXT, baseDir, COMMAND_LINE, commandLine, log, logFile, OPTION_GUI, OPTION_HELP, OPTION_LOG_LEVEL, shutdownHooks
 
Constructor Summary
JenevaSleepExample()
           
 
Method Summary
protected  EaOptimizerConfiguration<double[]> createEaOptimizerConfiguration()
           
protected  void execute()
           
protected  String getVersionInfo()
           
static void main(String[] args)
           
 
Methods inherited from class de.kumpe.hadooptimizer.examples.OptimizerExample
addReporter, createEsOptimizerConfiguration, createOptions, initConfiguration, initConfiguration, initConfiguration, processCommandLine
 
Methods inherited from class de.kumpe.hadooptimizer.examples.Example
intputStream, outputStream, run
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenevaSleepExample

public JenevaSleepExample()
Method Detail

createEaOptimizerConfiguration

protected EaOptimizerConfiguration<double[]> createEaOptimizerConfiguration()
Overrides:
createEaOptimizerConfiguration in class OptimizerExample<double[]>

execute

protected void execute()
                throws Exception
Overrides:
execute in class OptimizerExample<double[]>
Throws:
Exception

getVersionInfo

protected String getVersionInfo()
Specified by:
getVersionInfo in class Example

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2011 Christian Kumpe. All Rights Reserved.