FMIFlux.jl is a free-to-use software library for the Julia programming language, which offers the ability to place FMUs (fmi-standard.org) everywhere inside of your ML topologies and still keep the resulting model trainable with a standard (or custom) FluxML training process.
MIT License
57
stars
15
forks
source link
How to add DistributedHyperOpt.jl is not obvius #115
The example script juliacon_2023_distributedhyperopt.jl uses DistributedHyperOpt.jl, which is not included in the Project.toml, and can neither be added via Pkg.add(DistributedHyperOpt.jl).
The script or Project.toml or DistributedHyperOpt.jl should be modified such that adding and using this package is possible. Otherwise the user has a hard time finding this package and can only guess it is one of the ThummeTo-repos.
The example script juliacon_2023_distributedhyperopt.jl uses DistributedHyperOpt.jl, which is not included in the Project.toml, and can neither be added via Pkg.add(DistributedHyperOpt.jl).
The script or Project.toml or DistributedHyperOpt.jl should be modified such that adding and using this package is possible. Otherwise the user has a hard time finding this package and can only guess it is one of the ThummeTo-repos.