ade.scripts
package documentation
Part of ade
Scripts for ade
.
lgg
greps a log file produced by DifferentialEvolution.__call__
for one or more parameter values, showing their progress as SSEs
improve.
Module | examples | Extraction of example files into ~/ade-examples . |
Module | lgg | lgg : Parses a log file produced by running a DifferentialEvolution
object to show parameter values leading up to the best solution it found
before terminating. |
Module | pv | pv : Parses a data file containing a pickled History object, which gets
produced when you call Population.save
with the file path. |
Module | viewer | A simple GUI to visualize a population history. |