#
# ChangeLog for src/FunctionApproximation/FunctionApproximation.hpp
#
# Generated by Trac 1.6
# May 18, 2025, 5:27:07 AM

Sun, 24 Feb 2013 12:58:52 GMT Frederik Heber <heber@…> [69ab84]
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.hpp (modified)
	* src/LevMartester.cpp (modified)

	FunctionApproximation's cstor now accepts TrainingData instance
	directly.


Wed, 19 Dec 2012 15:25:32 GMT Frederik Heber <heber@…> [371c8b]
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.hpp (modified)

	Added FunctionApproximation::checkParameterDerivatives().

	- ...


Wed, 19 Dec 2012 15:25:31 GMT Frederik Heber <heber@…> [63b9f7]
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.hpp (modified)

	REFACTOR: Split off prepareModel() and prepareOutput() from ...


Wed, 19 Dec 2012 15:25:31 GMT Frederik Heber <heber@…> [76e63d]
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.hpp (modified)

	Extended FunctionApproximation::operator() to receive JacobianMode ...


Wed, 19 Dec 2012 15:25:31 GMT Frederik Heber <heber@…> [5b5724]
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.hpp (modified)
	* src/FunctionApproximation/FunctionArgument.hpp (modified)
	* src/LevMartester.cpp (modified)
	* src/Potentials/Specifics/PairPotential_Harmonic.cpp (modified)
	* src/Potentials/Specifics/PairPotential_Harmonic.hpp (modified)

	FunctionApproximation now uses levmar_der, i.e. additionally the ...


Wed, 19 Dec 2012 15:25:30 GMT Frederik Heber <heber@…> [66cfc7]
	* src/FunctionApproximation/FunctionApproximation.cpp (added)
	* src/FunctionApproximation/FunctionApproximation.hpp (added)
	* src/FunctionApproximation/FunctionArgument.hpp (added)
	* src/FunctionApproximation/FunctionModel.hpp (added)
	* src/FunctionApproximation/Makefile.am (added)
	* src/Makefile.am (modified)

	Added new class FunctionApproximation that encapsulates the LevMar ...