Modelling Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Computer Modelling

A

using software abstractions to represent a real or virtual problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Model

A

representation of a physical system or process. Simulate what is happening in the system that the model represents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Computer model

A

block of code or logic that takes arguments and returns results. Sometimes referred to as black boxes, as users may only be interested in inputs and outputs and not the inner workings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

benefits of modelling

A

Allow us to gain knowledge and make predictions about the environment in a way that is frequently safer, cheaper and faster than real world experiments
-test feasability of idea
-make predictions
-offer solutions to a problem that can’t be solved analytically due to scale or complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ABM

A

Agent-based Modeling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Agent-Based Modeling

A

building models to simulate actions of individual agents within an environment. They are independent of each other and the environment. Environment contains multiple agents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What ABM allows

A

Investigate how specific attributes of an agent may affect other agents or the environment as a whole.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Benefits of ABM

A

-describes complex environments by applying a simple set of rules to each individuals behaviour
-can test specific scenarios before they happen
-easy to work out a basic set of rules even in a complex environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Emergent behaviours

A

Behaviours observed in environment as a whole but not in individual agents. Only emerge when agents interact in the environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Example of agent based modeling

A

used to mimic and understand traffic in cities. Every car is an agent with its own traits. Cars can interact and react to things like traffic lights or accidents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Benefits of example of ABM

A

-insight into traffic congestion and what causes it
-impact of a new road infrastructure on traffic
-come up with strategies for optimising traffic management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Emergent behaviour of ABM example

A

new road could allow more commuters to get to work on time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly