release.txt
来自「遗传算法源代码,实现了选择操作、交叉操作和变异操作」· 文本 代码 · 共 27 行
TXT
27 行
Changes in Revision 1.2-------------------------* Changed the return type for Cell fitness routines from int to double* Changed ArrayList declarations to List declarations (still uses ArrayList, but uses the more general List as the object type)* Removed the criteria.* part of the program* Created the seletion.* tree to replace the functionality of the criteria* Changed World to use selection.* classes instead of criteria.** Fixed the following: * World now increments its generation variable * Population doesn't throw an excpetion for empty parent listsChanges since original release---------------------------------* Changed all "Group" classes to be "Array" classes instead. (i.e. PopulationGroup --> PopulationArray* Added the net.openai.ai.ga.criteria.criterion.imp package and classesPossible Future Additions:-------------------------------* Add the possibility to define a Filter equation: new FilterAnd(new FilterOr(filter1, filter2), new FilterNot(filter3))* Create SelectionAlgorithm and ArraySelectionAlgorithm, which is a superset of the former. Then make an implementation of SelectionAlgorithm which implements a filter system to choose members to include/exclude
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?