Skip to content

All core algorithms now have their own class and ownership of their parameters

Raza, Zamaan requested to merge core_modules into develop

Resolves #305 (closed)

  • added Integrator and Predictor classes
  • all XParameters structs are now owned as unique_ptr by their own classes, not Experiment
  • Integrator is essentially IntegrationHandler made public and renamed.

Merge request reports