Abstract
Would you rather search for a line inside a cube or a point inside a square? This type of solution degeneracy often exists in physics-based simulations and wet-lab experiments, but constraining these degeneracies is often unsupported or difficult to implement in many optimization packages, requiring additional time and expertise. So, are the possible improvements in efficiency worth the cost of implementation? We demonstrate that the compactness of a search space (to what extent and how degenerate solutions and non-solutions are removed) can significantly affect Bayesian optimization search efficiency via the Ax platform. We use a physics-based particle packing simulation with seven to nine tunable parameters, depending on the search space compactness, that represent three truncated, discrete log-normal distributions of particle sizes. This physics-based simulation exhibits three qualitatively different degeneracy types: size-invariance, compositional-invariance, and permutation-invariance. We assess a total of eight search space types which range from none up to all three constraint types imposed simultaneously. We find that leaving the search space unconstrained leads to a large variance in the outcome and that on average, the most constrained search space is not always the most efficient. Likewise, the least constrained search space is not always the least efficient. We recommend that optimization practitioners in the physical sciences carefully consider the impact of removing search space degeneracies on search efficiency before running expensive optimization campaigns.
Supplementary materials
Title
The most compact search space is not always the most efficient: A case study on maximizing solid rocket fuel packing fraction via constrained Bayesian optimization: Supporting Information
Description
Supporting information including approximating particle size distributions as log-normal distributions, size invariance, simulation variation, solutions visualized as summed distributions, feature importances, best objective vs. iteration plots, cross-validation results, 2D contours through model parameter space, and Ax SearchSpace objects.
Actions
Supplementary weblinks
Title
Codebase for Bayesian optimization of particle packing fractions for solid rocket propellant fuels.
Description
The objective function (not released here) is based on proprietary code from Northrop Grumman Innovation Systems (NGIS). To reproduce, this requires a proprietary Windows executable (renamed to particle_packing_sim.exe) and Python functions contained in an unreleased module named proprietary.m for writing the input files and reading the volume fraction from the output files. These files should be placed into the boppf/utils directory. Installation and usage instructions are included.
Actions
View