hyperspace icon indicating copy to clipboard operation
hyperspace copied to clipboard

Latin Hypercube Sampling does not yet accommodate categorical dimensions.

Open yngtodd opened this issue 6 years ago • 0 comments

Latin hypercube sampling currently handlings integer and real valued dimensions.

Possible steps for categorical dimensions:

  • [ ] Create helper function that maps categorical dimensions to integer (based on index).
  • [ ] Handle categorical dimensions inside of lhs_start()

yngtodd avatar Feb 26 '18 17:02 yngtodd