Thread: maximum

  1. #1
    Unregistered
    Guest

    Question maximum

    is there any one who knows to find the max of a non linear functions by using simulated annealing?

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    You could use a loop. Each iteration check if the current value is larger than the current maximum value. If so, then the current value is the new maximum value.

  3. #3
    Unregistered
    Guest
    Unregistered, what is simulated annealing?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. HELP!!!!emergency Problem~expert please help
    By unknowppl in forum C++ Programming
    Replies: 9
    Last Post: 08-21-2008, 06:41 PM
  2. HELP!!!!emergency ~expert please help
    By unknowppl in forum C Programming
    Replies: 1
    Last Post: 08-19-2008, 07:35 AM
  3. min and maximum number
    By manzoor in forum C++ Programming
    Replies: 7
    Last Post: 06-28-2008, 03:50 PM
  4. C++ Binary Tree Maximum Value function
    By krizam in forum C++ Programming
    Replies: 4
    Last Post: 12-05-2005, 09:52 AM
  5. maximum number
    By drdodirty2002 in forum C Programming
    Replies: 7
    Last Post: 05-08-2003, 05:33 PM