1-Visitor
March 9, 2012
Solved
Using Maximize Function within a program?
- March 9, 2012
- 1 reply
- 8013 views
In the attached file, the Maximise Function is used against an 5 x 1 Array and is manully repeated 5 times, using a different guess for each case.
Trying to streamline the process, tried to do the five steps with a program but the program fails.
It looks like the maximise function inside the Program is not accepting the Guess value assigned within the program and is picking up the a Global Value for the guess, outside of the program, different from the assign value inside the program.
What would be the proper way to use Maximize within a Program>
Thank you
Laurent

