diff options
Diffstat (limited to 'nlpsolver/ThirdParty')
-rw-r--r-- | nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java index 823479de556a..c09491be6046 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java @@ -33,8 +33,8 @@ public class EvalElement { * NO minValue maxValue : THE ELEMENT OF BasicBound * 1 MINDOUBLE, MINDOUBLE: the minimize objective * 2 MAXDOUBLE, MAXDOUBLE: the maximize objective - * 3 MINDOUBLE, v : the lessthan constraint {@literal (<v)} - * 4 v , MAXDOUBLE: the largethan constraint {@literal (>v)} + * 3 MINDOUBLE, v : the less than constraint {@literal (<v)} + * 4 v , MAXDOUBLE: the larger than constraint {@literal (>v)} * 5 v1 , v2 : the region constraint, i.e. belongs to [v1, v2] * * OPTIM type: the No.1 and No.2 |