⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 非常好的进化算法EC 实现平台 可以实现多种算法 GA GP
💻
字号:
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+Traveling Salesman Problem (tsp): Indices integer vector GA exampleCopyright (C) 2005by  Christian Gagne <cgagne@gmail.com>and Marc Parizeau <parizeau@gel.ulaval.ca>+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+Getting started===============  Example is compiled in binary 'tsp'. Usage options is described by  executing it with command-line argument '-OBusage'. The detailed help can  also be obtained with argument '-OBhelp'.Objective=========  Find a the shortest path to visit all the nodes of a randomly generated  graph.Representation==============  Order in which the nodes of the graph are visited. The integers in the  vector represent the indices of the nodes to visit.Fitness=======  Sum of the inter-node distance given the path represented by an integer  vector.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -