Christian Bertsch
Christian Bertsch
More and more AI and Machine Learning tools support FMI. - FMIflux https://github.com/ThummeTo/FMIFlux.jl - JuliaSim https://help.juliahub.com/JuliaSim/Tutorials/FMUs/ - bons.ai -- https://github.com/microsoft/FMU-bonsai-connector -- https://docs.microsoft.com/en-us/bonsai/guides/add-simulator?tabs=add-cli%2Ctrain-inkling&pivots=sim-platform-fmu - openAI gyms (various) -- https://github.com/ucuapps/modelicagym -- https://pypi.org/project/openmodelica-microgrid-gym/...
Enhancement proposal: It would be great to create the FMU container from an SSP file (using the connection information from there), see https://github.com/CATIA-Systems/FMPy/issues/193#issuecomment-736332117
It would be beneficial to be able to set the absolute and relative tolerances for the CVode Solver and not use default values.
#1777, #1773, #1772, ports and icons (PR to follow)
FMI 3.0 introduces layered standards, see https://fmi-standard.org/docs/3.0/#VersioningLayered These can be released by any organization; also the FMI project plans to release some layered standards. In this issue we want to...
(I think this was discussed at several design meetings but I found no other ticket for it). Before the release of FMI 3.0 we shall make sure that future layered...
Idea from the Modelica Conference: Extend FMU model representations from Source Code and target specific binaries to target-independent ByteCode, e.g. using Webassembly. See https://2021.international.conference.modelica.org/proceedings/papers/Modelica2021session6A_paper3.pdf for a prototype, currently not standardized...
as decided in https://github.com/modelica/fmi-design/tree/master/Meetings/2021/2021-07-20_FMI-Steering
Disucssion at FMI 3.0 regular design meeting: There are use cases to access only individual elements or parts of an array. For get/set functions this might be simple (but would...
The FMI standard requires, that you provide meaningful start values for inputs. https://github.com/modelica/fmi-guides/issues/31 However, when one exports FMUs with FMI-Kit, the start values for inputs are set to 0, which...