Math-NLopt

 view release on metacpan or  search on metacpan

lib/Math/NLopt.pm  view on Meta::CPAN

  $opt->set_lower_bounds1 ($ub);

=head2 set_max_objective

  $opt->set_max_objective( \&func, ?$data );

See L<Objective Functions>

=head2 set_maxeval

   $opt->set_maxeval( $max_iterations );

=head2 set_maxtime

   $opt->set_maxtime( $time );

=head2 set_min_objective

  $opt->set_min_objective( \&func, ?$data );

See L<Objective Functions>



( run in 0.601 second using v1.01-cache-2.11-cpan-71847e10f99 )