Skip to content

Parallel averaging #20

Open
Open
@lindonroberts

Description

@lindonroberts

Currently, if nsamples>1, objfun is called multiple times in a loop. Allow for extended objfun evaluation

objfun(x, nsamples)

where the objfun calculation returns all nsamples results in one go (instead of a for loop inside this code). This allows for things like parallel evaluations, if objfun supports this (e.g. MHD simulations of @florianwechsung).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions