Method and Description |
---|
localsolver.LSParam.getAnnealingLevel()
As of 8.5, this parameter doesn't have a significant influence on
the search anymore. The tuning of this parameter won't be allowed
in a future version.
|
localsolver.LSStatistics.getNbAcceptedMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getNbImprovingMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getNbInfeasibleMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getNbMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getNbRejectedMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getPercentAcceptedMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getPercentImprovingMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getPercentInfeasibleMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSStatistics.getPercentRejectedMoves()
As of 9.0, this parameter gives an inaccurate view of LocalSolver search.
|
localsolver.LSParam.setAnnealingLevel(int)
As of 8.5, this parameter doesn't have a significant influence on
the search anymore. The tuning of this parameter won't be allowed
in a future version.
|
Enum Constant and Description |
---|
localsolver.LSOperator.Deprecated
This operator is deprecated. Using it will raise an error.
|