SciML / Surrogates.jl

Surrogate modeling and optimization for scientific machine learning (SciML)
https://docs.sciml.ai/Surrogates/stable/
Other
335 stars 70 forks source link

MOE tests are commented out #259

Closed ChrisRackauckas closed 2 years ago

ChrisRackauckas commented 3 years ago

@ludoro can you document why?

ludoro commented 3 years ago

Oh yes, I remember: some times ago GaussianMixtures had some compatibility issues with a new Julia version and I had to wait for them to fix that. Will look into it, it should be working now

vikram-s-narayan commented 2 years ago

MOE.jl needs many of the surrogates which are now moved to the libs folder (related discussion.) These include SurrogatesRandomForest, SurrogatesFlux and SurrogatesPolyChaos. It also has other unique dependencies such as Clustering and GaussianMixtures.

So would it be okay to add MOE.jl as a new package under the libs folder similar to what we've done for SurrogatesRandomForest, SurrogatesFlux etc.?