class Aitk::RBF::SimulatedAnnealingTrainer
- Aitk::RBF::SimulatedAnnealingTrainer
- Aitk::RBF::BaseTrainer
- Reference
- Object
Defined in:
aitk/rbf/trainers/simulated_annealing_trainer.crConstructors
Instance Method Summary
- #calculate_temperature
- #iterate_training
-
#keep_worse?(current_score, trial_score, temperature)
It assumes, that trial_score > current_score, otherwise result can be > 1
- #randomize_memory!(memory, temperature)
- #train
Constructor Detail
Instance Method Detail
def keep_worse?(current_score, trial_score, temperature)
#
It assumes, that trial_score > current_score, otherwise result can be > 1