Skip to content

Parallel averaging #16

@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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions