Displaying 1 result from an estimated 1 matches for "fnmap".
Did you mean:
unmap
2012 Jun 15
1
DEoptim example illustrating use of fnMap parameter for enforcement of cardinality constraints
Function DEoptim in package DEoptim for differential evolution defines an optional parameter fnMap:
fnMap
"an optional function that will be run after each population is created, but before the population is passed to the objective function. This allows the user to impose integer/cardinality constriants."
Unfortunately, there is no further documentation decribing the kind of paramet...