MrUrq / LatinHypercubeSampling.jl

Julia package for the creation of optimised Latin Hypercube Sampling Plans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eltype scaleLHC

ArnoStrouwen opened this issue · comments

Currently scaleLHC always returns a Float64 matrix.
If the bounds are given by Int32 or Float32 would it be better to also return a Float32 matrix?