NetLogo / LevelSpace

This is the LevelSpace extension repository. LevelSpace allows you to run NetLogo models |: from inside NetLogo models :|
Other
19 stars 8 forks source link

Updating changed models' code #51

Open arthurhjorth opened 9 years ago

arthurhjorth commented 9 years ago

If you change a child model's code, you currently need to reload the model, thus losing its current state.

I am wondering if we can update the code in models that have already been loaded. It seems to be possible in main NetLogo (if you set up a model, run it a bit, change one of its procedures, and run it again, it will run with the changed procedure). So it seems that you can change the code of a model without wiping its state.

Can we somehow transfer that feature to LevelSpace?

Related to https://github.com/NetLogo/LevelsSpace/issues/43

mrerrormessage commented 9 years ago

Some clarifications: