awecefil

Results 4 issues of awecefil

Hi, @quark0 Thank you for this great work! However, I have some questions about the code and the paper. In the paper, one of the advantages of One-shot model and...

Currently, I am trying to use `FMUParameterRegistrator` to do parameter calibration/estimation but encounter some issues. I do experiments on both ME-type & CS-type FMU: - **For ME-type FMU** 1. Model:SpringPendulum1D.mo...

Hi, I found that the equation of `R3mux` block in `PowerSystems/Blocks/Multiplex.mo` seems wrong [Line 56](https://github.com/modelica-3rdparty/PowerSystems/blob/master/PowerSystems/Blocks/Multiplex.mohttps://github.com/modelica-3rdparty/PowerSystems/blob/master/PowerSystems/Blocks/Multiplex.mo#L56) should be y = cat(1,u1, u2, **u3**); not u2 for the last element

Hi, currently I encounter an error when calling a ME_NeuralFMU` in loss function ``` function lossSum(p) global neuralFMU, x₀, params, counter params = Dict(zip(Vector{String}(modified_Variables), Vector{Float64}(p.value))) solution = neuralFMU(x₀; parameters=params, p=p,...