tudat-team / tudat-space

An introduction and guide to tudat-space.
https://tudat-space.readthedocs.io
14 stars 17 forks source link

First version of parallelization documentation #112

Closed sbcowan closed 1 year ago

sbcowan commented 1 year ago

This pull request deals with #73. The changes include:

  1. A new file in the advanced topics folder on the general parallelization with Python and the multiprocessing module

    • A general batch fitness evaluation section
    • A Monte Carlo analysis using BFE
  2. An extension to the Optimization with PyGMO file

    • Multi-threading section using batch fitness evaluation
    • Multi-processing section using pg.archipelago

As various coding aspects are touched on, a number of snippets are created in a new folder.

DominicDirkx commented 1 year ago

Merged, thanks!