Skip to content
Snippets Groups Projects
Select Git revision
  • 2b4093354db95461066bb44b5de8a24b59c09181
  • master default protected
  • devel
  • adaptive_step_size
4 results

ToDo

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ToDo 449 B
    For debugging without graphics,
    dlv test --build-flags "-tags=no_gfx"
    
    In dorun.go
    
    * do we have the random number seed as a settable parameter ?
    
    * make the csv files optional
    
    Note.. Benchmarking suggests that most of the time is spent in Ackley function, and, to be exact, in the cosine and exp() function.
    
    In the plottin functions,
    Put a secondary axis on the X trajectory or check out multiplots so that the two plots line up with each other.