Rank: 489 based on 136 downloads (last 30 days) and 1 file submitted
photo

Joachim Vandekerckhove

E-mail
Company/University
Research Group Quantitative and Personality Psychology, Department of Psychology, Catholic Universit

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Joachim
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jun 2008 Screenshot General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove simulated annealing, optimization, stochastic optimizati..., anneal, simulation 136 35
  • 4.06897
4.1 | 29 ratings
Comments and Ratings by Joachim
Updated File Comments Rating
21 Apr 2009 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove

Unless I'm misunderstanding, you can do that by defining the anonymous function dynamically, like so;

min2logL = @(x,y) x*log(y);
const = -2;
loss = @(p)min2logL(const,p);
[x f] = anneal(loss,[0 0])

... or similar.

-------------------------

Also, the link to the SA paper above is dead. Here is a new link:

http://www-stat.wharton.upenn.edu/~stroud/classics/KirkpatrickGelattVecchi83.pdf

Comments and Ratings on Joachim's Files View all
Updated File Comment by Comments Rating
13 Jan 2012 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove xj, LIAO
15 Aug 2011 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove Manohar, Sanjay

Thanks so much! worked first time, out of the box, without modification to my previous code, to solve a family of problems that fminsearch could not. Which is better than most built-in matlab functions manage!

21 Oct 2010 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove aymen

how we can adjust PID parameter by this algorithm

19 Oct 2010 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove Nik

Can anybody suggest how to incorporate constraints (inequality/equality) to the optimization? Especially in a discrete space?

Thank you.

04 Aug 2010 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove Brecht

An implementation of the SIMPSA algorithm, a combination of simulated annealing and the simplex algorithm, can be found here:

http://biomath.ugent.be/~brecht/downloads.html

The SIMPSA algorithm was developed and described in:

Cardoso, M. F., Salcedo, R., and Feyo de Azevedo, S. (1996). The simplex-simulated annealing approach to continuous non-linear optimization. Computers and Chemical Engineering, 20(9):1065-1080.

Top Tags Applied by Joachim
anneal, optimization, simulated annealing, simulation, stochastic optimization
Files Tagged by Joachim
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jun 2008 Screenshot General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove simulated annealing, optimization, stochastic optimizati..., anneal, simulation 136 35
  • 4.06897
4.1 | 29 ratings

Contact us at files@mathworks.com