I am beginner in Jason(Agentspeak), working on social simulation project using Multi-agent simulation in Jason. I just started Jason, so a beginner in this declarative type language. I want to simulate the people behavior that changes over time.
// the code statement might be
Like an agent have characteristics
Age=30 years
Marital status = unmarried
education= college
employment= unemployed
etc etc
now I want to simulate multiple agents virtually and simulate for 20 years. so that based on already defined criteria I want to know which transitions (unmarried toward married OR education from college to university OR employment from unemployed to employment etc) in agent life has taken place.
I need guidance about Simulation in Jason, how to handle ?
Thanking you all