citiususc / hipster

Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
http://hipster4j.github.io
Apache License 2.0
326 stars 89 forks source link

added Annealing.java, as well as requisite model classes and testing … #161

Closed michaelhaaf closed 8 years ago

michaelhaaf commented 8 years ago

…example classes. Closes issue-158

codecov-io commented 8 years ago

Current coverage is 53.58%

Merging #161 into 1.0.X will increase coverage by +1.11% as of a397aad

@@            1.0.X    #161   diff @@
=====================================
  Files          57      60     +3
  Stmts        1654    1702    +48
  Branches      268     272     +4
  Methods                         
=====================================
+ Hit           868     912    +44
- Partial        66      67     +1
- Missed        720     723     +3

Review entire Coverage Diff as of a397aad

Powered by Codecov. Updated on successful CI builds.

pablormier commented 8 years ago

Hi,

First of all, thanks for the contribution. However, this implementation is very domain specific and does not fit well with the rest of the components of the library, so we cannot accept this pull request.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 16ce9bdb626053114dae67abbe3792577f2dd1d3 on michaelhaaf:contrib/issue-158 into on citiususc:1.0.X.