MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: New in 5.1.1?


On Mar 14, 2005, at 11:22 PM, hlovatt wrote:

>
>> a new nonlinear interior point method has been added
>> to NMinimize
>
> Does anyone know what this new option to NMinimize is?
>

The interior point method is automatically used to refine results.  It 
can be run using

	Method->{"RandomSearch", Method->"InteriorPoint"}

which will use the nonlinear interior point from several starting 
points.  You can also use

	Method->{"RandomSearch", Method->"InteriorPoint", "SearchPoints"->1}

which will just use a single starting point (and so will be more likely 
to just find a local optimum.)

I apologize for this information not making it into the documentation.

Brett Champion


  • Prev by Date: Re: Question to the world: Do you want an computer algebra program with a true GUI?
  • Next by Date: Interaction of Sum/Plus and KroneckerDelta
  • Previous by thread: Re: New in 5.1.1?
  • Next by thread: Re: New in 5.1.1?