goto & Findmininimum
- To: mathgroup at smc.vnet.net
- Subject: [mg20914] goto & Findmininimum
- From: "Albert Maydeu-Olivares" <amaydeu at nil.fut.es>
- Date: Sun, 21 Nov 1999 18:47:21 -0500 (EST)
- Organization: Telefonica Transmision de Datos
- Sender: owner-wri-mathgroup at wolfram.com
Greetings, I have a Do loop of the type Do[ Label[begin] Generate Data FindMinimum Do something to the result, {times}] When FindMinimum does not converge in x iterations it gives the message FindMinimum::"fmlim": "The minimum could not be bracketed in x iterations." How do I get Mathematica to transfer control to "begin" using Goto when FindMininumn does not converge? Albert