hyperspace
hyperspace copied to clipboard
Latin Hypercube Sampling does not yet accommodate categorical dimensions.
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()