Forcing output in FindMinimum
- To: mathgroup@smc.vnet.net
- Subject: [mg12510] Forcing output in FindMinimum
- From: "Hossein Kazemi" <kazemi@javanet.com>
- Date: Sat, 23 May 1998 18:10:42 -0400
- Organization: JavaNet Cafe
Is there a way to force FindMinimum to give an answer even if it does not want to. For example, when one uses: In[1]: FindMinimum[f[x1,x2],{x1,start,min,max},{x2,start,min,max}] Mathematica may send a message that it has moved outside the range, but it does give the last values of x1 and x2. Is there a way to force it to produce the last values it used for x1 and x2. Thank you Hossein Kazemi Univ of Mass