File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ other git branches will let you use/test whatever there is.
42
42
43
43
## Adding or modifying iterative methods
44
44
45
- Each iterative method method must log information using the inner ` ConvergenceHistory `
46
- type. When information is not necessary to be stored (plot is set to ` false ` ) then
47
- instead of ` ConvergenceHistory ` create a ` DummyHistory ` , this type has the same
48
- calls ` ConvergenceHistory ` does but without storing anything.
45
+ Each iterative method method must log information using the inner ` ConvergenceHistory ` type.
49
46
50
47
There are two types of ` ConvergenceHistory ` : plain and restarted. The only real
51
48
difference between the two is how they are plotted and how the number of restarts
You can’t perform that action at this time.
0 commit comments