This module provides a learner implementing the Simulated Annealing algorithm. More information about simulated annealing: http://en.wikipedia.org/wiki/Simulated_annealing
Change in temp between steps. default=0.5
Max iterations at any temperature. default=100
Starting network for a greedy search. default=
Starting temperature for a run. default=100.0
Create a Simulated Aneaaling learner.
For more information about Simulated Annealing algorithms, consult:
- http://en.wikipedia.org/wiki/Simulated_annealing
- D. Heckerman. A Tutorial on Learning with Bayesian Networks. Microsoft Technical Report MSR-TR-95-06, 1995. p.35-36.
Any config param for ‘simanneal’ can be passed in via options. Use just the option part of the parameter name.
Run the learner.