ThummeTo / FMIFlux.jl

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

Closed juguma closed 9 months ago

juguma commented 11 months ago

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.

ThummeTo commented 11 months ago

Correct, it's not registrated for now.

ThummeTo commented 11 months ago

we can add a line about how to install to the example

(it's add "https://github.com/ThummeTo/DistributedHyperOpt.jl")

ThummeTo commented 11 months ago

I added a line to the example in PR #114