You could refer to Matlab optimization toolbox in which many gradient (and non-gradient based are available. CMA-ES is an evolutionary algorithm and is not a local search algorithm. regards, Behrouz
You could refer to Matlab optimization toolbox in which many gradient (and non-gradient based are available. CMA-ES is an evolutionary algorithm and is not a local search algorithm. regards, Behrouz
Yes, I´ve been using the MATLAB optimization toolbbox, there I found Neder-Mead and Pattern Search.
I´m glad you mention CMA-ES. I know it is an evolutionary algorithm, it even uses a population of solutions to explore the search space, but on some paper such as "MA-SW-Chains: Memetic algorithm based on local search chains for large scale continuous global optimization" it is refered as a local search method. How would you explain this?
I have worked with Cuckoo-Search and Bat-Algorithm(BAT) and they have been providing interesting results. If you are interested, you can get further information through google or by getting in touch with me.