This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Area constraint in 2-d roots?


Peter S. Christopher writes:
 > Hi there,
 > 	I'm inquiring about the gsl_multiroot_fsolver_iterate function.
 > Specifically I'm interested in constraining the allowable solutions that
 > the algorithm searches to a small area.

GSL doesn't have any routines for constrained minimization.

You can use a penalty function to safely discourage the minimizer from
going outside the desired region.  Modification of const arguments is
definitely not recommended.

regards
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]