搜索资源列表
huisu
- 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或1分配给x的所有可能方法。当n= 3时,解空间为{ ( 0
bga
- 遗传算法搜索最优解的方法是模仿生物的进化过程,即通过选择 与染色体之间的交叉和变异来完成的。遗传算法主要使用选择算子、交叉算子与变异算子来模拟生物进化,从而产生一代又一代的种群。 -Genetic algorithm searches the optimal solution is to mimic biological evolution, namely through crossover and mutation and chromosomal choose between to c
GA1
- 遗传算法是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法-Genetic algorithm is a calculation model to simulate Darwinian natural selection and genetic mechanisms of biological evolution process of biological evolution is a natural evolutionary pro