Modeling > Result
After ODE and Parameters, it's time to see the simulation result.
The Goal of Simulation
Of course, the ultimate goal of modeling is to simulate the circuit as accurate as possible. However, due to the complexity of biological system and very little we have known about it, it's almost impossible to simulate exactly. Thus, we come up a series of standards, which will be the main goals of our modeling. Here're the standards:
- The Biological System Should Follow the Truth Table
As we mentioned in project section, the dog (and of course the model) should react in a specific way under certain circumstances, which has been concluded into a truth table. To simulate perfectly, our model should follow the truth table, which is the primary goal without doubt.
NO MEMORY
| WITH MEMORY
|
FOOD
| BELL
| GFP
| FOOD
| BELL
| GFP
|
0
| 0
| 0
| 0
| 0
| 0
|
1
| 0
| 1
| 1
| 0
| 1
|
0
| 1
| 0
| 0
| 1
| 1
|
1
| 1
| 1
| 1
| 1
| 1
|
^Top
|