Skip to content
Snippets Groups Projects
Commit a593146d authored by Federico M Pouzols's avatar Federico M Pouzols
Browse files

Merge pull request #146 from mantidproject/feature/10990_fix_documentation_warning_refinepowderinst

Refs #10990 Use consistent title levels
parents 665d2712 fcdffa6c
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ Refinement Algorithm ...@@ -147,7 +147,7 @@ Refinement Algorithm
Two refinement algorithms, DirectFit and MonteCarlo, are provided. Two refinement algorithms, DirectFit and MonteCarlo, are provided.
DirectFit DirectFit
######### ^^^^^^^^^
This is a simple one step fitting. If there is one parameter to fit, This is a simple one step fitting. If there is one parameter to fit,
Levenberg Marquart minimizer is chosen. As its coefficients are strongly Levenberg Marquart minimizer is chosen. As its coefficients are strongly
...@@ -155,7 +155,7 @@ correlated to each other, Simplex minimizer is used if there are more ...@@ -155,7 +155,7 @@ correlated to each other, Simplex minimizer is used if there are more
than 1 parameter to fit. than 1 parameter to fit.
MonteCarlo MonteCarlo
########## ^^^^^^^^^^
This adopts the concept of Monte Carlo random walk in the parameter This adopts the concept of Monte Carlo random walk in the parameter
space. In each MC step, one parameter will be chosen, and a new value is space. In each MC step, one parameter will be chosen, and a new value is
...@@ -166,7 +166,7 @@ Simulated annealing will be tried as soon as it is implemented in ...@@ -166,7 +166,7 @@ Simulated annealing will be tried as soon as it is implemented in
Mantid. Mantid.
Constraint Constraint
########## ^^^^^^^^^^
In future, constaint will be considered. In future, constaint will be considered.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment