EES 4760/5760

Adaptive Behavior and Objectives

Class #12 (Tue., Oct 5)

Reading:

Required Reading (everyone):

  • Agent-Based and Individual-Based Modeling, Ch. 11.

Reading Notes:

Agents’ behavior often consists of trying to achieve some objective.

I have discussed the way that Adam Smith’s “invisible hand of the market” is a kind of agent-based view of a nation’s economy: Each person (agent) has an objective of trying to maximize his or her own wealth (that’s the agent’s micromotive), and in doing so, the population of agents manages unintentionally to maximize the total wealth of the nation (an emergent macrobehavior that results from the collective interactions of the agents and their micromotives).

For Darwin, agents whose objectives are to survive and reproduce under changing environmental conditions achieve emergent phenomena of evolution and speciation.

If we are going to program an agent-based model to simulate such an economy (we saw this in the Sugarscape models), you need to program your agents to try to achieve their objective (maximize their wealth). There are two approaches to this:

  1. You could program a sophisticated strategy into your agents.
  2. You could program a simple strategy into your agents, but give them the ability to learn from their experience and adapt their behavior according to what they learn. (see section 11.3 for details and an example)

This chapter discusses different kinds of objectives you might have your agents employ. An important concept from decision theory and behavioral economics that might be new to you is satisficing. This term, introduced by Herbert Simon1 in 1956, refers to making decisions by choosing a “good-enough” option when it would take too much time and effort to determine which option is the absolute best. See section 11.4 for details and an example.


  1. Herbert Simon (1916–2001) was a fascinating intellectual. Kind of a renaissance scholar, he made major contributions to political science, economics, cognitive psychology, and artificial intelligence. He won the Nobel Prize for economics in 1978. His publications have been cited more than 250,000 times and even 20 years after his death, they are still cited more than 10,000 times per year.↩︎