Re: Numerical Recipes (Fortran) Usenet ??



Ron Shepard <ron-shepard@xxxxxxxxxxxxxxxxxx> wrote:

Picking the right kind of mapping is as much an
art form as a science.

Yep.

Some of the suggestions in this thread do not work well in practice.

Yep again.

Constrained optimization really is much different from unconstrained
optimization, particularly when the desired solution happens to
occur right on a constraint boundary, or at an intersection of
several constraints.

Consider, for example, linear programming, which is nothing but a
constrained optimization problem. But the algorithms you use for it are
*COMPLETELY* different from those of unconstrained optimization.

I've done a lot of work involving optimization, but I haven't bothered
to respond to this thread previously because

1. It isn't a Fortran matter. Yes, the newsgroup sometimes wanders onto
things like this anyway, but even more importantly...

2. Constrained optimization is a major subject in its own right, and one
that is not going to be plausibly answered in a thread like this on
usenet. It takes a *LOT* more depth than a thread like this to treat
that subject well. The hope that one can be pointed to some canned
routine that is just going to do it all automagically for any case is
unrealistic - so much so that I didn't think it constructive for me to
respond.

The notion that one of the NR authors is going to provide line-by-line
instructions on how to change one of the NR Fortran codes to this end
seems beyond humorous. Lots of luck with that.

--
Richard Maine | Good judgment comes from experience;
email: last name at domain . net | experience comes from bad judgment.
domain: summertriangle | -- Mark Twain
.



Relevant Pages

  • Re: upper and lower bounds as constraints?
    ... the optimization is also over the weights mentioned in the beginning ... The objective function is a sum of quantum probabilities given as ... THere is 1 equality constraint of similar ... any advice would be appreciated. ...
    (comp.soft-sys.matlab)
  • Re: Scaling in fmincon()
    ... > I have been using the Matlab constrained optimization fucntion(). ... does anyone know if Matlab fmincon() does any scaling at all? ... I'll form two objectives, ... Iter F-count fconstraint Step-size derivative ...
    (comp.soft-sys.matlab)
  • Re: Need help with fmincon and fminunc
    ... fmincon,and when I run the optimization program,this ... The default in fmincon is to use the largescale ... 1.I don't have any constraint function.However,I have the ... Fminunc has no ability to use constraints. ...
    (comp.soft-sys.matlab)
  • Re: Optimization code in Matlab and choice of penalty function
    ... The optimization toolbox in Matlab ... TOMLAB is a continuously evolving package that will cover your ... and the constraint is this: ...
    (comp.soft-sys.matlab)

Loading