- Jul 27, 2016
-
-
Wuttke, Joachim authored
Top-level routines moved from Fit/Suite to Core/Fitting. Some base classes and utilities moved from Core to Fit/Utils. This requires more thought.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
a parameter is more than its value. A parameter has at least a name, a physical dimension, and a value. So, our class is not ParameterWrapper, but a ParameterValueWrapper, or a Parameter for short.)
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
renamed FitSuiteParameters::getParameter -> getFitParameter, to distinguish from ParameterPool::getParameter
-
Wuttke, Joachim authored
Raise runtime error ("BUG") if IParameterized::IParameterized(const IParameterized& other) is called with non-empty parameter pool. Just to prevent future abuses.
-
- Jul 26, 2016
-
-
Wuttke, Joachim authored
renamed MinimizerTest -> TrivialMinimizer (it's not a minimizer test, but a test minimizer, and a particularly trivial one); renamed MinimizerScan -> ScanningMinimizer (it does not scan minimizers, but minimizes by scanning)
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Since RealParameterWrapper now knows its name, ParameterPool needs no longer to use a map: converted to vector, just for conciseness.
-
Wuttke, Joachim authored
This resolves #1513.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Merge branch 'testing' into develop: simplifications and code copy editing around parameterization (preparations for #1534).
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
no need for "AlgorithmType" in each variable name, as all these variables sit in namespace AlgorithmTypes
-
Wuttke, Joachim authored
new file Fit/FitKernel/AlgorithmNames.h so that Fit no longer depends on Core/Basics/BornAgainNamespace.h
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 25, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Basics mainly contains base classes; Tools contains utilities that are definitely not meant for inheritance
-
Wuttke, Joachim authored
-