Harry Munroharrymunro.hashnode.dev·Mar 21, 2024Bringing the Predator-Prey Model to Life: An Animated TaleIn our previous escapade through the mathematical savannahs, we embarked on a journey to construct the venerable predator-prey model. This time, we're not just charting the numbers; we're breathing life into our simulation. Yes, you read that right. ...125 readscelluloid
Harry Munroharrymunro.hashnode.dev·Mar 4, 2024Predator->Prey in PythonLet's simulate a predator-prey system using agent-based modelling in Python. In this system, we'll have two types of agents: predators (wolves) and prey (rabbits). The rabbits reproduce and are eaten by the wolves, and the wolves must eat to survive ...98 readsPython
Tantoluwa Heritage Alabi NBtantoluwaalabiheritage.hashnode.dev·Apr 29, 2023How to model a class diagram using modelioIntroduction Modelio is a free and open-source modelling tool that enables users to create and design models in various domains such as business processes, software engineering, systems engineering, and data modelling. It provides a user-friendly int...20 likes·244 readsmodelling
Harry Munroharrymunro.hashnode.dev·Feb 26, 2023It's better to be roughly right than precisely wrongOften in modelling and simulation projects, there is a temptation to add more complexity to the solution to a problem than the original question demands - whether it's an overly fine mesh on a detailed geometry in a Finite Element Analysis, or a fina...90 readssimulation