|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.inject.AbstractModule org.opt4j.start.Opt4JModule org.opt4j.core.problem.ProblemModule net.obsearch.index.utils.OBOptimizerModule
public class OBOptimizerModule
Optimizing module for finding optimal config parameters.
Field Summary |
---|
Fields inherited from class org.opt4j.start.Opt4JModule |
---|
SINGLETON |
Constructor Summary | |
---|---|
OBOptimizerModule()
|
|
OBOptimizerModule(org.opt4j.core.problem.Creator<org.opt4j.benchmark.DoubleString> creator,
org.opt4j.core.problem.Evaluator<org.opt4j.benchmark.DoubleString> eval)
Creates an OB optimizer module with a double creator and an instance for evaluator (it doesn't make sense to create anything since the evaluator will be called on top of the Index). |
Method Summary | |
---|---|
protected void |
config()
|
protected void |
configure()
|
Methods inherited from class org.opt4j.core.problem.ProblemModule |
---|
bindProblem |
Methods inherited from class org.opt4j.start.Opt4JModule |
---|
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, multi |
Methods inherited from class com.google.inject.AbstractModule |
---|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OBOptimizerModule()
public OBOptimizerModule(org.opt4j.core.problem.Creator<org.opt4j.benchmark.DoubleString> creator, org.opt4j.core.problem.Evaluator<org.opt4j.benchmark.DoubleString> eval)
creator
- double creatoreval
- evaluatorMethod Detail |
---|
protected void configure()
configure
in class org.opt4j.start.Opt4JModule
protected void config()
config
in class org.opt4j.start.Opt4JModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |