ukaea / openmc_workshop

A selection of resources for learning openmc with particular focus on simulations relevant for fusion energy
https://slides.com/openmc_workshop/neutronics_workshop#/
39 stars 18 forks source link

updating the halton sampling package #218

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

Looks like the ghalton package that we use is no longer actively developed and the pip install is causing errors (again).

Perhaps we should switch to scikit-opt which has example scripts usage here and can also do Sobol, Hammersly, grid etc

https://scikit-optimize.github.io/stable/auto_examples/sampler/initial-sampling-method.html#halton-sampling

shimwell commented 3 years ago

fixed in #219