Subsections


dasha.create

Image list-add-relax-blue

Synopsis

Create the Dasha script.

Defaults

dasha.create(algor=`LM', dir=None, force=False)

Keyword arguments

algor: The minimisation algorithm.

dir: The directory to place the files.

force: A flag which if set to True will cause the results file to be overwritten if it already exists.

Description

The script file created is called `dir/dasha_script'.

Optimisation algorithms

The two minimisation algorithms within Dasha are accessible through the algorithm which can be set to:

`LM' -
The Levenberg-Marquardt algorithm,
`NR' -
Newton-Raphson algorithm.

For Levenberg-Marquardt minimisation, the function `lmin' will be called, while for Newton-Raphson, the function `min' will be executed.




The relax user manual (PDF), created 2020-08-26.