文件名称:TngSourceWithGAL
介绍说明--下载内容均来自于网络,请自行研究使用
In this game, the player has the task to find a mathematical expression whose value is closest to a randomly chosen value using only basic operations and a predefined set of numbers. The game has other restrictions: all intermediate results and the final result must be positive integer numbers. Additional restrictions are also placed on the selected and target numbers. The player gets four random numbers between 1 and 9, one number the { 10, 15, 20 } set and one the { 25, 50, 75, 100 } set. The target number is randomly chosen the interval [100,999]. The player can use the selected numbers only once. Whoever has the expression with the closest number to the target wins, and if there is a tie, the player who was choosing the numbers wins.-In this game, the player has the task to find a mathematical expression whose value is closest to a randomly chosen value using only basic operations and a predefined set of numbers. The game has other restrictions: all intermediate results and the final result must be positive integer numbers. Additional restrictions are also placed on the selected and target numbers. The player gets four random numbers between 1 and 9, one number the { 10, 15, 20 } set and one the { 25, 50, 75, 100 } set. The target number is randomly chosen the interval [100,999]. The player can use the selected numbers only once. Whoever has the expression with the closest number to the target wins, and if there is a tie, the player who was choosing the numbers wins.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tng
...\GeneticLibrary
...\..............\build
...\..............\.....\debug
...\..............\.....\.....\gcc_bsd
...\..............\.....\.....\gcc_linux
...\..............\.....\.....\gcc_macos
...\..............\.....\.....\gcc_solaris
...\..............\.....\.....\icc_linux
...\..............\.....\.....\icc_macos
...\..............\.....\.....\icc_win
...\..............\.....\.....\mingw
...\..............\.....\.....\msvc
...\..............\.....\.....\scc_solaris
...\..............\.....\release
...\..............\.....\.......\gcc_bsd
...\..............\.....\.......\gcc_linux
...\..............\.....\.......\gcc_macos
...\..............\.....\.......\gcc_solaris
...\..............\.....\.......\icc_linux
...\..............\.....\.......\icc_macos
...\..............\.....\.......\icc_win
...\..............\.....\.......\mingw
...\..............\.....\.......\msvc
...\..............\.....\.......\scc_solaris
...\..............\gpl-2_0.txt
...\..............\makefiles
...\..............\.........\gcc_bsd_debug
...\..............\.........\gcc_bsd_release
...\..............\.........\gcc_linux_debug
...\..............\.........\gcc_linux_release
...\..............\.........\gcc_macos_debug
...\..............\.........\gcc_macos_release
...\..............\.........\gcc_solaris_debug
...\..............\.........\gcc_solaris_release
...\..............\.........\icc_linux_debug
...\..............\.........\icc_linux_release
...\..............\.........\icc_macos_debug
...\..............\.........\icc_macos_release
...\..............\.........\objs
...\..............\.........\scc_solaris_debug
...\..............\.........\scc_solaris_release
...\..............\source
...\..............\......\Algorithm.cpp
...\..............\......\Algorithm.h
...\..............\......\AlgorithmOperations.h
...\..............\......\AlgorithmState.h
...\..............\......\BinaryChromosome.cpp
...\..............\......\BinaryChromosome.h
...\..............\......\Catalogue.h
...\..............\......\Chromosome.cpp
...\..............\......\Chromosome.h
...\..............\......\ChromosomeOperations.h
...\..............\......\CouplingOperations.cpp
...\..............\......\CouplingOperations.h
...\..............\......\CrossoverOperations.cpp
...\..............\......\CrossoverOperations.h
...\..............\......\DomainChromosome.h
...\..............\......\FitnessComparators.h
...\..............\......\FPEqual.h
...\..............\......\GlobalRandomGenerator.h
...\..............\......\IncrementalAlgorithm.cpp
...\..............\......\IncrementalAlgorithm.h
...\..............\......\Initialization.cpp
...\..............\......\Initialization.h
...\..............\......\MultithreadingAlgorithm.cpp
...\..............\......\MultithreadingAlgorithm.h
...\..............\......\MultiValueChromosome.h
...\..............\......\MutationOperations.cpp
...\..............\......\MutationOperations.h
...\..............\......\Observing.cpp
...\..............\......\Observing.h
...\..............\......\Operation.h
...\..............\......\Platform.h
...\..............\......\Population.cpp
...\..............\......\Population.h
...\..............\......\PopulationOperations.cpp
...\..............\......\PopulationOperations.h
...\..............\......\Random.cpp
...\..............\......\Random.h
...\..............\......\ReplacementOperations.cpp
...\..............\......\ReplacementOperations.h
...\..............\......\RepresentationInterfaces.h
...\..............\......\ScalingOperations.cpp
...\..............\......\ScalingOperations.h
...\..............\......\SelectionOperations.cpp
...\..............\......\SelectionOperations.h
...\..............\......\SimpleAlgorithm.cpp
...\..............\......\SimpleAlgorithm.h
...\..............\......\SingleValueChromosome.h
...\..............\......\SmartPtr.h
...\..............\......\SortedGroup.h
...\..............\......\SortedGroupType.h
...\..............\......\Statistics.cpp
...\..............\......\Statistics.h
...\..............\......\StopCriterias.cpp
...\..........