find local maximum??


nguyenhieu
01-03-2006, 09:10 AM
For finding local maximum, I used this way:

+ Multiply the function with -1 and use Conjugate Gradient Method to find the local minimum.
+ The maximum value of function = -1*minimum value of function.
+ Location of maximum = location of minimum.

Is it a good way? Do any people have another way?

Thank you,
Nguyen Hieu