#include <incop.h>
Inheritance diagram for TabuAcceptingrate:
Public Member Functions | |
TabuAcceptingrate (int tabul, float Pd, float P0) | |
int | acceptance (Move *move, Configuration *config) |
Public Attributes | |
float | Pd |
float | P0 |
|
Acceptance condition : non tabu and probabilities depending on the move direction Reimplemented from TabuSearch. |
|
probability of acceptance of a move with same cost |
|
probability of acceptance of a worsening move |