HPOConfig constructor

HPOConfig({
  1. HyperParameterRanges? algorithmHyperParameterRanges,
  2. HPOObjective? hpoObjective,
  3. HPOResourceConfig? hpoResourceConfig,
})

Implementation

HPOConfig({
  this.algorithmHyperParameterRanges,
  this.hpoObjective,
  this.hpoResourceConfig,
});