项目作者: bb4

项目描述 :
A collection of heuristic optimization algorithms
高级语言: Scala
项目地址: git://github.com/bb4/bb4-optimization.git
创建时间: 2013-07-10T15:46:30Z
项目社区:https://github.com/bb4/bb4-optimization

开源协议:MIT License

下载


bb4-optimization

A collection of heuristic optimization algorithms.
The algorithms are implemented mostly as described by Michalewicz and Fogel in “How to Solve It: Modern Heuristics”

An Optimizer uses a specified optimization strategy (see OptimizationStrategyType) to optimize an Optimizee.
Optimization is nearly the same thing as search. In bb4-puzzles, bb4-games, and bb4-simulations implementations, various types of optimization strategies from this library are used to search for solutions.

How to Build

Type ‘gradlew build’ at the root (or ./gradlew if running in Cygwin). This is mainly a library project, but there are several interesting test cases that can be viewed visually.
If you want to open the source in Intellij, then first run ‘gradlew idea’.
There is a simple visualization of a trivial optimization problem that can be viewed by running ‘gradlew run’.

When there is a new release, versioned artifacts will be published by Barry Becker to Sonatype.

License

All source (unless otherwise specified in individual file) is provided under the MIT License