Skip to content

Releases: ml-evs/ilustrado

v0.4

02 Jul 15:55
3121eca
Compare
Choose a tag to compare

v0.4

Breaking release due to matador updates (#1, #2):

  • Added compute_mode="manual" to just generate structures without
  • Updated to latest matador version
  • Switched to GitHub Actions CI
  • Rescale cell volume after crossover to maintain
  • QoL updates to printing and loading
  • Allow arbitrary ASE calculator to be used in relaxations

v0.3

23 Jun 13:07
Compare
Choose a tag to compare

New in v0.3:

  • New keyword: sandbagging. When enabled, fitness penalties will be applied to successive sampling of the same region of composition space. By default, the modifier is a multiplicative factor of 0.95 to all compositions within a hypersphere of radius 0.05.
  • compute_mode='slurm' that makes use of array jobs for “infinite” horizontal scalability
  • improved documentation and examples