/HeuristicApproach

Implementation of some Heuristic Approaches, such as GA (Genetic Algorithm), SA(simulated annealing) , PSO(particle swarm optimization), Ant colony algorithm, BP neural network, and DE(differential evolution).

Primary LanguagePython

HeuristicApproach

Implementation of some Heuristic Approaches, such as

  • 遗传算法GA (Genetic Algorithm),
  • 模拟退火算法SA(simulated annealing) ,
  • 粒子群算法PSO(particle swarm optimization),
  • 蚁群算法Ant colony algorithm,
  • 神经网络算法BP neural network,
  • 差分进化算法and DE(differential evolution).