hdbeukel / james-core

Core module of the JAMES framework
Apache License 2.0
6 stars 5 forks source link

First descent #19

Open hdbeukel opened 8 years ago

hdbeukel commented 8 years ago

Alternative for steepest descent where, in each step, all possible moves are scanned sequentially and the first valid improvement is accepted.

hdbeukel commented 8 years ago

Requires #21.