搜索资源列表
8-queen
- 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
Queen
- 这是一个解决皇后问题的遗传算法,是用c语言编写的,可以直接运行。-This is a solution to the problem' s genetic algorithm, are prepared using c language, can be directly run.
8queen
- 通过遗传算法求解N皇后问题,用c++编写-Through the Genetic Algorithm for N queens problem, using c++ write
n-gueen-with-AlghorithmGenetic
- n-queen problem mean two queen is not stand in a row, column or diagonal. this code solving n-queen problem using genetic algorithms.this code is writing C#. step 1 is selection and 2 crossover and step 3 is mutation. -n-queen problem mean two
genetic
- 8 queen program solution , using genetic algorithm,by matlab
n皇后
- 运用爬山法和遗传算法解决n皇后问题,vs2013编译通过(Using mountain climbing and genetic algorithm to solve the problem of N Queen, vs2013 compiled and passed)
queen
- 遗传算法实现八皇后,采用的是C语言来编写,代码可能有点繁琐(Genetic algorithm to achieve the eight queens, using C language to write, the code may be a little tedious.)