[feature] Investigate form for function optimization (e.g. spline) useful for EAM

One potential EAM uses functions to represent part of the interaction. Currently DFTFIT only optimized float values with bounds.

What are possible forms that would be useful.

The current float form is:

  • {'initial': value, bounds: [min, max]}
Edited by Christopher Ostrouchov