Math-NLopt
view release on metacpan or search on metacpan
lib/Math/NLopt.pm view on Meta::CPAN
=head2 set_max_objective
$opt->set_max_objective( \&func, ?$data );
See L<Objective Functions>
Returns an NLopt result code.
=head2 set_maxeval
$opt->set_maxeval( $max_iterations );
Returns an NLopt result code.
=head2 set_maxtime
$opt->set_maxtime( $time );
Returns an NLopt result code.
=head2 set_min_objective
( run in 0.570 second using v1.01-cache-2.11-cpan-4ab04211f4c )