-
Notifications
You must be signed in to change notification settings - Fork 97
Changes Since Previous Release
Jacob Kelter edited this page Sep 23, 2022
·
44 revisions
Changes since the release of NetLogo 6.2.2 on December 2021
- Slime Mold Network
- Virus Using Discrete Event Simulator (cross-listed in code examples for time extension)
- Distribution Center Discrete Event Simulator (cross-listed in code examples for time extension)
- Hydrogen Gas Production
- CA 1D-Squaring
- Molecular Dynamics Lennard-Jones
- CT-STEM:
- Habitat Preference
-
time: Logotimes Example -
time: Discrete Event Whack-a-Mole
- Taxi Cabs: Fixed Dongping Zhang's name in the credits
- Turbulence: Cross list under CS/CA.
- Tree Simple: Changed
init-x slidermin/max to -100/100. Before the range was -125 to 125, but this caused an error - Traffic Basic: Changed
speed-limitandspeed-minfrom agent variables to be globals. - Urban Suite - Cells: Changed the name of the
go * 80button togo * 40which is the actual number of times it had the model go. - CA 1D Rule 30 - Improved the info tab to note that Rule 30 has been used as random number generator and how that is done.
- PNoM 4 Virtual Syringe Force Graph: fixed a bug that produced an error message.
- Kidney Reabsorption: Some improvements to the info ta
- The suite of prisoner's dilemma models have been in the models library for a long time but were previously "unverified." They have been reviewed/verified and moved into the main Social Science folder.
For complete release notes on the Library, please visit the NetLogo release notes page.
Models Library Editing
- Notes on Model Czar Process
- Recent and upcoming changes
- On review process
- Testing and actually adding models
- Misc.