|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgenopt.db.OptimizationSettings
public class OptimizationSettings
Object for the specific settings of the optimization process.
This project was carried out at:
and supported byGenOpt Copyright (c) 1998-2011, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
| Field Summary | |
|---|---|
protected int |
maxIteration
|
protected int |
uniOfExe
|
protected boolean |
wriSteNum
|
| Constructor Summary | |
|---|---|
OptimizationSettings()
|
|
OptimizationSettings(int maximumNumberOfIteration,
boolean writeStepNumber,
int unitsOfExecution)
|
|
| Method Summary | |
|---|---|
int |
getMaxIteration()
Get the maximum number of main iteration steps |
int |
getMaxUnitsOfExecution()
Get the maximum number of units of executions |
boolean |
writeStepNumber()
returns the flag that indicates whether the step number has to written to the simulation input file or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int maxIteration
protected boolean wriSteNum
protected int uniOfExe
| Constructor Detail |
|---|
public OptimizationSettings()
public OptimizationSettings(int maximumNumberOfIteration,
boolean writeStepNumber,
int unitsOfExecution)
maximumNumberOfIteration - the maximum number of iterationwriteStepNumber - flag that indicates whether the step number
has to written to the simulation input file (true)
or not falseunitsOfExecution - the maximum number of units of executions to be used| Method Detail |
|---|
public final boolean writeStepNumber()
true if the step number has to written,
false otherwisepublic final int getMaxIteration()
public final int getMaxUnitsOfExecution()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||