Skip to content

How do I check the number of start conditions in a EnsembleProblem #901

@TorkelE

Description

@TorkelE

Say that I have created a

eoptprob =  Optimization.EnsembleProblem(opt_prob, u_inits)

how do i actually retrieve the number of starts encoded in it from eoptprob (I could use u_inits, but here I have passed eoptprob into another function where I do not have u_inits). It seems like there should be a simple way but

length(eoptprob)

throws an error and

eoptprob.u_init

is nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions