Skip to content

Question: Best way to include non-scalar types in experiment results? #880

@nickelsey

Description

@nickelsey

Hi all, first, thanks for open-sourcing Ax, its a great tool, and apologies if I have missed an obvious answer!

We're currently using the Bayesian optimization functionality, but we're trying out a different approach that allows us to generate extra data when running an experiment (basically estimating gradients of experiment inputs) that would be used during later optimization steps to explore local neighborhoods in the search space. I was hoping there was a well supported way to return large, arbitrarily sized arrays from an experiment. Currently, the best method I can see is writing the array to file and return the filename as a string that can then be read in by the model when it is time to generate the next trials. I was wondering if there were other methods that I had missed?

Metadata

Metadata

Labels

questionFurther information is requestedwishlistLong-term wishlist feature requests

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