Skip to content

Latest commit

 

History

History
135 lines (49 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

135 lines (49 loc) · 4.04 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.2 (2019-12-01)

1.3.1 (2019-11-05)

1.3.0 (2019-11-01)

Features

1.2.0 (2019-07-12)

Bug Fixes

  • added more penalties and fixed issues with useless buffs (0019f37)
  • mutation now has a chance of not happening at all (c654cdb)

Features

  • implemented a penalties system for better rotations (7df9dbf)

1.1.1 (2019-07-11)

Bug Fixes

  • improved stability by adding more rules and a better fitness (c093df2)

1.1.0 (2019-07-11)

Features

  • added support for seeded runs (3033554)

1.0.8 (2019-07-05)

Bug Fixes

  • avoid quality actions if there's no IQ running (a115caa)
  • fixed an issue with solver running forever (4b2b56d)

1.0.7 (2019-07-05)

Bug Fixes

  • added a lot more context to the random action generator (c0245d4)

1.0.6 (2019-07-04)

Bug Fixes

  • break run if more than 1k iterations (c1a58b3)

1.0.5 (2019-07-04)

Bug Fixes

  • don't use first turn actions when it's not first turn anymore (b95b047)
  • fixed an issue with safe mode not being used properly (567619e)
  • fixed default weights for better results (c6c8053)

1.0.4 (2019-07-03)

Bug Fixes

  • fixed default configuration for more HQ priority (412adb4)

1.0.3 (2019-07-03)

Bug Fixes

  • fixed wrong publish path (ddf5574)

1.0.2 (2019-07-03)

Bug Fixes

  • fixed wrong typings path (b01eddd)

1.0.1 (2019-07-03)

Bug Fixes

  • fixed npm package deployment (5298fd1)

1.0.0 (2019-07-03)

Features

  • first implementation of the solver (823936b)