Skip to content
/ MTS-LS1 Public

Implements the Multiple Trajectory Search - Local Search (1) for Large-Scale Global Optimization

Notifications You must be signed in to change notification settings

mateuz/MTS-LS1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTS-LS1

Sequential implementation of Multiple Trajectory Search (MS) - L.S (1) for Global Optimization. The full algorithm uses 3 different mechanisms, the source code has only the first one.

Compile
$ cd repo
$ make
Execute
$ cd repo
$ ./mts-app or make run

Clean up

$ make clean

To-do List

- Empty list for a while

[1] Lin-Yu Tseng and Chun Chen, "Multiple trajectory search for Large Scale Global Optimization," 2008 IEEE Congress on Evolutionary Computation (IEEE World Congress on Computational Intelligence), Hong Kong, 2008, pp. 3052-3059. doi: 10.1109/CEC.2008.4631210, URL

About

Implements the Multiple Trajectory Search - Local Search (1) for Large-Scale Global Optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published