Skip to content

Commit

Permalink
* Fix type in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-s committed Apr 15, 2022
1 parent 116e1ab commit 536fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/genoud.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
be placed in the fit function the user is going to have \code{genoud}
maximize: \code{if ( (parm1 + parm2) >= 725) \{ return(-99999999) \}}.
In this example, a very bad fit value is returned to \code{genoud} if the
linear constrain is violated. \code{genoud} will then attempt to find
linear constraint is violated. \code{genoud} will then attempt to find
parameter values that satisfy the constraint. \cr

Alternatively, one can use lexical optimization where the first criterion is a
Expand Down

0 comments on commit 536fd73

Please sign in to comment.