|
||||||||||
| 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<InequalityConstrainedProblem,ImprovementDiviner,AbstractOptimizer<BoundConstrainedProblem>>
iterator.PenaltyTwoStageAlgoBuilder
public class PenaltyTwoStageAlgoBuilder
A two-stage multiobjective algorithm that uses penalty methods to solve inequality-constrained problems.
| Field Summary |
|---|
| Fields inherited from class iterator.AbstractOptimizer |
|---|
doubleFormat, funEvalCount, logWriter |
| Fields inherited from class iterator.AbstractIterator |
|---|
diagnosticString, iter |
| Constructor Summary | |
|---|---|
PenaltyTwoStageAlgoBuilder()
|
|
| Method Summary | |
|---|---|
PenaltyFunctionModel |
getPenaltyFunctionModel()
Returns the penalty-function model. |
void |
setPenaltyFunctionModel(PenaltyFunctionModel penaltyFunctionModel)
Sets the penalty-function model. |
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 PenaltyTwoStageAlgoBuilder()
| Method Detail |
|---|
protected void update()
TwoStageAlgoBuilder
update in class TwoStageAlgoBuilder<InequalityConstrainedProblem,ImprovementDiviner,AbstractOptimizer<BoundConstrainedProblem>>public PenaltyFunctionModel getPenaltyFunctionModel()
public void setPenaltyFunctionModel(PenaltyFunctionModel penaltyFunctionModel)
penaltyFunctionModel - the given penalty-function model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||