Skip to content

Releases: arvk/EZFF

v1.0.0

19 Aug 18:24
Compare
Choose a tag to compare

Major release with new features and bug-fixes

Features:

  1. Includes several new gradient-free optimizers from multiple frameworks -- Nevergrad, Pymoo, Platypus, and MOBOpt. Updated documentation to reflect new algorithms
  2. Better LAMMPS support, both for spawning LAMMPS jobs and reading LAMMPS dump/output files
  3. Better error handling -- Errors now generate np.nan objectives, instead of crashing the optimization routine
  4. Ability to save and restart from previously evaluated variable sets
  5. More examples for serial/parallel forcefield parameterization using LAMMPS/GULP, and parameterization of hybrid forcefields
  6. Parallelization using both multiprocessing and mpi pools

v0.9.5

19 Aug 16:28
Compare
Choose a tag to compare

Preparing for v1.0 -- to be released after minor documentation updates

v0.9.4

04 Apr 01:39
Compare
Choose a tag to compare

Release after a minor rewrite and refactoring

New features:

  1. OOP-ed error calculation and parsing of MD runs and ground truths
  2. Parameterization of ReaxFF charge terms
  3. New error measure for structural distortion
  4. Forcefield handling routines are less cumbersome to use
  5. New examples and updated doc page

v0.9.3

22 Mar 08:13
Compare
Choose a tag to compare

Bugfix: Resolves missing variable errors during NSGA-III initialization

Feature: Easy way to use between multiple algorithms during a single optimization run

Initial Release

15 Jan 01:00
Compare
Choose a tag to compare
v0.9.2

Removed xtal dependency for doc generation