HPOConfig constructor
HPOConfig({
- HyperParameterRanges? algorithmHyperParameterRanges,
- HPOObjective? hpoObjective,
- HPOResourceConfig? hpoResourceConfig,
Implementation
HPOConfig({
this.algorithmHyperParameterRanges,
this.hpoObjective,
this.hpoResourceConfig,
});