|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opttek.optquest.COptQuestOptimization
com.opttek.optquest.COptQuestTuner
public class COptQuestTuner
The COptQuestTuner class helps you in determining the optimal settings for search parameters in the COptQuestSearchParameters class for a model.
You will need to inherit this class and run your model in the overridden Evaluate() method. After the model is run you will need to set an objective value for the set of search parameters provided by this class. When the tuner is finished you can print out the search parameters using the Write() method of the COptQuestSearchParameters class.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
COptQuestTuner()
|
|
| Method Summary | |
|---|---|
COptQuestSearchParameters |
GetBestSearchParameters()
Deprecated. Returns the search parameters that produced the best result. |
COptQuestSearchParameters |
GetCurrentSearchParameters()
Deprecated. Returns the search parameters for the current iteration of the tuner. This should be passed into the constructor of the COptQuestOptimization object that represents the model during the tuning process |
COptQuestSearchParameters |
GetSearchParameters(COptQuestSolution solution)
Returns the search parameters for the input solution. |
void |
Initialize()
Sets up the tuner for optimizing search parameters. |
void |
InitializeGA()
|
void |
InitializeStandard()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public COptQuestTuner()
| Method Detail |
|---|
public COptQuestSearchParameters GetCurrentSearchParameters()
throws COptQuestException
COptQuestException
public COptQuestSearchParameters GetBestSearchParameters()
throws COptQuestException
COptQuestException
public COptQuestSearchParameters GetSearchParameters(COptQuestSolution solution)
throws COptQuestException
solution -
COptQuestException
public void Initialize()
throws COptQuestException
COptQuestException
public void InitializeStandard()
throws COptQuestException
COptQuestException
public void InitializeGA()
throws COptQuestException
COptQuestException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||