Skip to content

Bug fixes and minor improvements

Latest
Compare
Choose a tag to compare
@edwinb-ai edwinb-ai released this 17 Mar 18:25
· 1 commit to master since this release
b211af6
  • There seemed to be a problem with the search bounds for Simulated Annealing, where the bounds were not taken into account at all.

  • Also, the PSO implementation received some minor tweaks. Now the velocities are always clamped between the range [-v_max, v_max].