Giter Club home page Giter Club logo

mosaik's Issues

Does hidden step_factor make my simulation longer?

Discussed in https://github.com/orgs/OFFIS-mosaik/discussions/9

Originally posted by kevinPoliPoli February 6, 2024
Hi everyone, I'm trying to use Mosaik with an FMU. Since then I have used the repo Mosaik-fmi but I recently discovered this branch. I compared the master branch implementation with the last one and I obtain a strange behavior: specifically my FMU simulates an electric vehicle and outputs the level of charge after walking through a path. Comparing the same model inputs, using the last version of the linked branch the model outputs a significantly lower residual charge. Moreover, the simulation takes longer, in the first case takes 4 seconds to complete, and in the second one 57! So, maybe there is some hidden initialization parameter like the one in the main branch named step_factor which simulates more time?

These are the initialization parameters:

first repo

fmu_sim = world.start('FMI', step_size=1, step_factor=1, stop_time=100000, work_dir=os.path.join(os.getcwd(), 'src/fmu/eGolf'), fmu_name='eGolf', fmi_version='2', fmi_type='cs', logging_on=False, instance_name='eGolf')

second repo

fmu_sim = world.start('FMI3', step_size=1, stop_time=100000, work_dir='/src/fmu/eGolf', fmu_name='eGolf', fmi_version='2', fmi_type='cs', logging_on=False, instance_name='eGolf', show_result=False, print_model=False, log_input=True)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.