Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.170.523 Times

Travelling Salesman Problem Php software
Filter: All | Freeware | Demo
 

Travelling Salesman Problem Php

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 623

JOpt.SDK JOpt.SDK is a tour optimization JAVA library that uses specialized genetic algorithms to calculate an optimized allocation of orders and stops to mobile resources. The algorithm not only provides tours at minimum costs but also considers an arbitrary set of constraints for each tour. You may...



Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (121): JOpt.SDK Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 350

JOpt.SDK - resource and transportation planning l JOpt.SDK is a geographic route scheduling and optimization Java library for automatic resource and transportation planning. It uses specialized genetic algorithms to calculate an optimized allocation of orders and stops to mobile resources. The algorithm not only provides tours at minimum costs...






License: Demo Cost: $0.00 USD Size: 97 KB Download (42): JOpt.SDK - resource and transportation planning l Download

Added: May 10, 2013 | Visits: 477

Open BEAGLE Open BEAGLE is a C Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming; bit string, integer-valued vector, and real-valued vector genetic algorithms; and evolution strategy.The Open BEAGLE...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (59): Open BEAGLE Download

Fixed Start/End Point Multiple Traveling Salesmen Problem - Genetic Algorithm Script Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and...


Platforms: Matlab


Fixed Start Open Multiple Traveling Salesmen Problem - Genetic Algorithm Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities without returning to the starting location).Each salesman starts at the...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Fixed Endpoints Open Multiple Traveling Salesmen Problem - Genetic Algorithm The script finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities and finally to the end location).Each salesman starts at the...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Fixed Start/End Point Multiple Traveling Salesmen Problem - Genetic Algorithm Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Multiple Variable Traveling Salesmen Problem - Genetic Algorithm It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations). Each salesman travels to...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Connects randomly ordered 2D points into a minimal nearest neighbor contour.points2contourTristan UrsellFebruary 2012 [Xout,Yout]=points2contour(Xin,Yin,P,direction) Given any list of 2D points (Xin,Yin), construct a singly connected nearest-neighbor path in either the 'cw' or 'ccw' directions....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Download

Added: June 03, 2013 | Visits: 436

Munkres Assignment Algorithm Munkres algorithm (also known as Hungarian algorithm) is an efficient algorithm to solve the assignment problem in polynomial-time. The algorithm has many applications in combinatorial optimization, for example in Traveling Salesman problem.There are a few submissions in the File Exchange for the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Munkres Assignment Algorithm Download

Added: August 18, 2008 | Visits: 1.498

Vehicle Expense Software Vehicle Expense Software is a program that works to control and administer expenses coming from vehicles, accessing, through its interface, various areas where it works on different aspects.For example, you+ll find various windows where you can manage servicing, auto clubs, updates to servicing,...


Platforms: Windows

License: Freeware Size: 3 KB Download (653): Vehicle Expense Software Download

Added: August 06, 2010 | Visits: 1.380

JOpt.SDK Vehicle Routing Component JOpt.SDK library is a routing software for Java that uses specialized genetic algorithms to calculate an optimized allocation of orders and stops to mobile resources. The algorithm not only provides tours at minimum costs but also considers an arbitrary set of constraints for each tour. You may...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (200): JOpt.SDK Vehicle Routing Component Download

Added: October 15, 2010 | Visits: 940

JOpt.NET JOpt.NET is an automated routing software and dispatching component for .NET and can be integrated with C#,C++,VB and J#. JOpt.NET brings route planning and tour optimisation features to your applications with respect to various constraints such as time windows, load capacities and prescribed...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (137): JOpt.NET Download

Added: April 10, 2010 | Visits: 3.659

Quinti Secure Contact Form Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots who would abuse such forms for sending spam. It uses both JavaScript field validators and CAPTCHA for verifying the validity of the sender. Quinti Secure Contact Form is easy to install and configure,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 3.5 MB Download (173): Quinti Secure Contact Form Download

Added: November 20, 2010 | Visits: 1.271

Evocosm Evocosm is a C++ Framework for Evolutionary Computing library. Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. Ill list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): Evocosm Download

Added: May 10, 2013 | Visits: 323

Another TSP Solver The script can display how the route rearranges at each script iteration.The input for the program is an Nx2 cities array sorted in the initial traveling path. The output is the cities arranged in a more effective route, index vector of the order the cities should be visited & the total rout...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (52): Another TSP Solver Download

Added: August 15, 2013 | Visits: 585

Another TSP Solver Script The script can display how the route rearranges at each script iteration.The input for the program is an Nx2 cities array sorted in the initial traveling path.The output is the cities arranged in a more effective route, index vector of the order the cities should be visited & the total rout length.


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Another TSP Solver Script Download

Added: February 21, 2010 | Visits: 1.939

PHP Trouble Ticket PHP Trouble Ticket project provides a centralized means of problem reporting and tracking in multi-user environments (medium to large companies, development groups, etc.). It helps direct problem reports to the responsible administrator(s), keeps track of the status of a problem being worked...


Platforms: *nix

License: Freeware Download (196): PHP Trouble Ticket Download

Released: November 21, 2012  |  Added: December 15, 2012 | Visits: 1.391

Best PHP Obfuscator It is simply the best php and html obfuscator you can find on the internet, there are many others that offer obfuscation, some are buggy, others easy to decode, but the most common problem is incompatibility. They brake the functionality of the project that you want to obfuscate. Also there...


Platforms: Windows

License: Shareware Cost: $18.00 USD Size: 2.4 MB Download (97): Best PHP Obfuscator Download

Added: May 26, 2013 | Visits: 1.141

PHP Shortcode Based on kukukuan's Inline PHP, this plugin allows you to embed and run PHP code in posts, pages or widgets* with a WordPress shortcode.(* Requires a shortcode enabled widget plugin, such as Section Widget.)UsageThe plugin provides two pairs of shortcodes - [php]code[/php] and [echo]code[/echo]....


Platforms: PHP

License: Freeware Size: 10 KB Download (48): PHP Shortcode Download

< 1 2 3 4 5 >