Skip to content

Add option for using a function to define the search space and z_file (i.e., remove pickle files) #70

Open
@ardunn

Description

@ardunn
  1. Instead of defining a search space, the user provides a function that can randomly give you a valid point in input space
  2. Rocketsled picks, say, 1000 random points using the provided function and runs the one that is the "best" according to the current surrogate model and selection strategy. Since the search space has continuous dimensions we don't have to worry about duplication

Reason this is useful is some problems have complex algebraic constraints that cannot be known a priori. Also this just makes the bounding of the problem a little easier. https://groups.google.com/forum/#!topic/fireworkflows/O5x6CCMHjqo

Perhaps restrict this to float dimensions only such that no duplicate checking problems occur

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions