Sorted broken links

这个提交包含在:
Craig Warren
2023-03-31 15:43:38 +01:00
父节点 72017f9808
当前提交 d3d6062a8f
共有 11 个文件被更改,包括 35 次插入23 次删除

查看文件

@@ -56,7 +56,7 @@ Relaxation Class
This class is designed for modelling different relaxation functions, like Havriliak-Negami (``HavriliakNegami``), Jonscher (``Jonscher``), Complex Refractive Index Mixing (`CRIM`) models, and arbitrary dielectric data derived experimentally or calculated using some other function (``Rawdata``).
More about the ``Relaxation`` class structure can be found in the :doc:`Relaxation doc <relaxation.rst>`.
More about the ``Relaxation`` class structure can be found in the :doc:`Relaxation doc <../../toolboxes/DebyeFit/relaxation.rst>`.
Havriliak-Negami Function
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -185,7 +185,7 @@ Class Optimizer
This class supports global optimization algorithms (particle swarm, dual annealing, evolutionary algorithms) for finding an optimal set of relaxation times that minimise the error between the actual and the approximated electric permittivity, and calculates optimised weights for the given relaxation times.
Code written here is mainly based on external libraries, like ``scipy`` and ``pyswarm``.
More about the ``Optimizer`` class structure can be found in the :doc:`Optimisation doc <optimisation.rst>`.
More about the ``Optimizer`` class structure can be found in the :doc:`Optimisation doc <../../toolboxes/DebyeFit/optimisation.rst>`.
PSO_DLS Class
^^^^^^^^^^^^^