|
[Date Index]
[Thread Index]
[Author Index]
Re: Minimize
- To: mathgroup at smc.vnet.net
- Subject: [mg68511] Re: Minimize
- From: Peter Pein <petsie at dordos.net>
- Date: Tue, 8 Aug 2006 06:29:09 -0400 (EDT)
- References: <eb46d1$ncl$1@smc.vnet.net> <eb6k6s$nlr$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The package BlockOptions at http://library.wolfram.com/infocenter/MathSource/5549/ might be of interest.
Jean-Marc Gulliet schrieb:
...
>
> oldMaxIt= Options[ NMinimize,MaxIterations];
> SetOptions[ NMinimize, MaxIterations->500];
> Minimize[ f, { x, y}];
> SetOptions[ NMinimize, oldMaxIt[ [1]]];
> Options[ NMinimize,MaxIterations];
>
> HTH,
> Jean-Marc
>
Prev by Date:
Re: Re: Re: Finding the Number of Pythagorean Triples below a bound
Next by Date:
MemberQ
Previous by thread:
Re: Minimize
Next by thread:
Eigensystem[] for higher dimensions?
|