What is the Most Efficient Optimization Algorithm?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
EngWiPy
Messages
1,361
Reaction score
61
Hi,

I have a problem to solve using a sequential optimization algorithm. But since there are many algorithms, I am now confused which one to use. Which one is the most efficient?

Thanks
 
Mathematics news on Phys.org
The reason there are many different algorithms is that each has its own advantages and disadvantages. And whether the advantages outweigh the disadvantages for a particular algorithm depends upon the particular problem to be solved.
 
HallsofIvy said:
The reason there are many different algorithms is that each has its own advantages and disadvantages. And whether the advantages outweigh the disadvantages for a particular algorithm depends upon the particular problem to be solved.

Ok, I see. I thought so.

Thank you