|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectiterator.AbstractIterator
iterator.AbstractOptimizer<T>
iterator.AbstractPointOptimizer<T>
iterator.TwoStageAlgoBuilder<BoundConstrainedProblem,ImprovementDiviner,AbstractOptimizer<BoundConstrainedProblem>>
iterator.ImprovementAlgoBuilder
public class ImprovementAlgoBuilder
A two-stage optimization algorithm based on some measure of prospective
improvement: typical examples include expected improvement, probability of
improvement, etc. Modifies the update() method to set the a design
target at each iteration, usually the best design found so far.
| Field Summary |
|---|
| Fields inherited from class iterator.AbstractOptimizer |
|---|
doubleFormat, funEvalCount, logWriter |
| Fields inherited from class iterator.AbstractIterator |
|---|
diagnosticString, iter |
| Constructor Summary | |
|---|---|
ImprovementAlgoBuilder()
|
|
| Method Summary | |
|---|---|
protected void |
update()
Any updates that need to be performed at each iteration are encapsulated in this routine. |
| Methods inherited from class iterator.AbstractPointOptimizer |
|---|
singleIteration |
| Methods inherited from class iterator.AbstractOptimizer |
|---|
clear, dataAdded, dataAdded, dataRemoved, dataRemoved, getDataHandler, getLogFileName, getMaxFunEval, isTerminated, iterate, setDataHandler, setLogFileName, setMaxFunEval, updateDiagnostics, writeInitialRunLog |
| Methods inherited from class iterator.AbstractIterator |
|---|
isVerbose, setVerbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface iterator.LoggableIterator |
|---|
getLogFileName, setLogFileName |
| Methods inherited from interface iterator.Iterable |
|---|
isTerminated, iterate, singleIteration |
| Constructor Detail |
|---|
public ImprovementAlgoBuilder()
| Method Detail |
|---|
protected void update()
TwoStageAlgoBuilder
update in class TwoStageAlgoBuilder<BoundConstrainedProblem,ImprovementDiviner,AbstractOptimizer<BoundConstrainedProblem>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||