The Josephu wreath problem solves
資源簡介:The Josephu wreath problem solves
上傳時間: 2013-12-20
上傳用戶:nanshan
資源簡介:Using Genetic Algorithm to solve the 8 Queens problem.
上傳時間: 2014-11-28
上傳用戶:yd19890720
資源簡介:This program is using Genetic Algorithm to solve the Travlling Salesman problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
上傳時間: 2013-12-06
上傳用戶:nanfeicui
資源簡介:The Dynamic Assignment problem,動態排班問題,使用到了各個智能算法
上傳時間: 2013-12-21
上傳用戶:q123321
資源簡介:solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.
上傳時間: 2014-01-17
上傳用戶:zm7516678
資源簡介:/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE problem: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTE...
上傳時間: 2015-08-20
上傳用戶:zhangliming420
資源簡介: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 erro...
上傳時間: 2013-12-22
上傳用戶:ruixue198909
資源簡介:A Genetic Algorithms and the Traveling Salesman problem
上傳時間: 2015-11-27
上傳用戶:cccole0605
資源簡介:Finds 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)
上傳時間: 2013-12-04
上傳用戶:從此走出陰霾
資源簡介:The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
上傳時間: 2016-04-03
上傳用戶:杜瑩12345
資源簡介:遺傳算法和“貨郎擔” 問題: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning ...
上傳時間: 2013-12-24
上傳用戶:watch100
資源簡介:The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The...
上傳時間: 2016-09-20
上傳用戶:FreeSky
資源簡介:The power management problem for wireless sensor networks has been studied intensively. Various approaches for reducing the energy expenditure have been presented in literature
上傳時間: 2014-01-14
上傳用戶:924484786
資源簡介:The power management problem for wireless sensor networks has been studied intensively. Various approaches for reducing the energy expenditure have been presented in literature
上傳時間: 2017-03-02
上傳用戶:it男一枚
資源簡介:Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
上傳時間: 2017-04-12
上傳用戶:123456wh
資源簡介:Proff of the NP-Completeness of the 3-SAT problem
上傳時間: 2017-04-13
上傳用戶:czl10052678
資源簡介:Designing delivery districts for the vehicle routing problem with stochastic demands
上傳時間: 2013-12-13
上傳用戶:大三三
資源簡介:Matlab script for solution to the driven cavity problem on a staggered grid using a divergence formulation and second-order Runge-Kutta time integration.
上傳時間: 2017-05-14
上傳用戶:lingzhichao
資源簡介:Matlab script for solution to the driven cavity problem using the FDS algorithm, which discretizes the Stokes form of the Navier-Stokes equations.
上傳時間: 2017-05-14
上傳用戶:ANRAN
資源簡介:Genetic Algorithm (GA) based solver for the Traveling Salesman problem
上傳時間: 2014-01-27
上傳用戶:siguazgb
資源簡介:In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors of efficient algorithms. In 1995, an epoch-making encoding scheme
上傳時間: 2017-06-16
上傳用戶:hn891122
資源簡介:In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors determining the efficiency of algorithms. SEQP AIR is one of the most sophisticated encoding sheme, which has been consider...
上傳時間: 2013-12-24
上傳用戶:hphh
資源簡介:Solving the Vehicle Routing problem with Genetic Algorithms
上傳時間: 2017-07-08
上傳用戶:coeus
資源簡介:Solution to the "8 Queens problem" (8 Damen problem) known from Chess
上傳時間: 2017-08-12
上傳用戶:894898248
資源簡介:Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: S...
上傳時間: 2017-08-12
上傳用戶:jjj0202
資源簡介:a code that represents the consumer producer problem
上傳時間: 2014-01-05
上傳用戶:zhaiyanzhong
資源簡介:Solve the traveling salesman problem with a genetic algorithm.
上傳時間: 2013-12-19
上傳用戶:qunquan
資源簡介:A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. ...
上傳時間: 2015-07-12
上傳用戶:偷心的海盜
資源簡介:From the point of view of quality management, it is an important issue to reduce the transmission time in the network. The quickest path problem is to 6ndthe path in the network to senda given amount of data from the source to the sink su...
上傳時間: 2013-12-19
上傳用戶:nairui21
資源簡介:鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The ...
上傳時間: 2017-03-02
上傳用戶:kristycreasy