搜索结果

找到约 384 项符合 Problem 的查询结果

人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up

this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, s ...
https://www.eeworm.com/dl/650/198173.html
下载: 153
查看: 1075

数值算法/人工智能 算法的许多例子都是最优化问题( optimization problem)

算法的许多例子都是最优化问题( optimization problem),每个最优化问题都包含一组限制条件( c o n s t r a i n t)和一个优化函数( optimization function),符合限制条件的问题求解方案称为可行解( feasible solution),使优化函数取得最佳值的可行解称为最优解(optimal solution)。 ...
https://www.eeworm.com/dl/518/198699.html
下载: 194
查看: 1031

其他 Problem Statement You are given a string input. You are to find the longest substring of input su

Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameter ...
https://www.eeworm.com/dl/534/199662.html
下载: 68
查看: 1164

数值算法/人工智能 %this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem

%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm
https://www.eeworm.com/dl/518/206277.html
下载: 50
查看: 1085

数值算法/人工智能 %this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem

%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm
https://www.eeworm.com/dl/518/206279.html
下载: 25
查看: 1048

数值算法/人工智能 %this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem

%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm
https://www.eeworm.com/dl/518/206280.html
下载: 44
查看: 1050

matlab例程 traveling saleman problem的代码

traveling saleman problem的代码
https://www.eeworm.com/dl/665/206590.html
下载: 122
查看: 1055

数学计算 traveling saleman problem的一个C++算法

traveling saleman problem的一个C++算法
https://www.eeworm.com/dl/641/206592.html
下载: 97
查看: 1057

人工智能/神经网络 主要解决旅行商问题(traveling saleman problem,简称tsp

主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。
https://www.eeworm.com/dl/650/207109.html
下载: 76
查看: 1112

人工智能/神经网络 用于求解TSP(Traveling salesman problem

用于求解TSP(Traveling salesman problem,旅行商问题)问题,基本执行见run.bat, 其它详见其中的readme.txt。(实例为TSPLIB格式,见myprojects目录,包括eil51, d198, lin318等小型问题,以及1000到3000城市之间的例子,基本能得到最优解)
https://www.eeworm.com/dl/650/210208.html
下载: 58
查看: 1099