Releases: arvk/EZFF
Releases · arvk/EZFF
v1.0.0
Major release with new features and bug-fixes
Features:
- Includes several new gradient-free optimizers from multiple frameworks -- Nevergrad, Pymoo, Platypus, and MOBOpt. Updated documentation to reflect new algorithms
- Better LAMMPS support, both for spawning LAMMPS jobs and reading LAMMPS dump/output files
- Better error handling -- Errors now generate
np.nan
objectives, instead of crashing the optimization routine - Ability to save and restart from previously evaluated variable sets
- More examples for serial/parallel forcefield parameterization using LAMMPS/GULP, and parameterization of hybrid forcefields
- Parallelization using both multiprocessing and mpi pools
v0.9.5
v0.9.4
Release after a minor rewrite and refactoring
New features:
- OOP-ed error calculation and parsing of MD runs and ground truths
- Parameterization of ReaxFF charge terms
- New error measure for structural distortion
- Forcefield handling routines are less cumbersome to use
- New examples and updated doc page
v0.9.3
Initial Release
v0.9.2 Removed xtal dependency for doc generation