Language change: parameter exploration
homework
Following the example set in the lecture, simulate a population of variational learners, obtaining the evolution (=history) of the average value of
N
: population size, i.e. the number of agentsp
: the initial value of . Set this to the same value for each learner.P1
: probability of a string that only can parse. Set this to the same value for each learner.P2
: probability of a string that only can parse. Set this to the same value for each learner.gamma
: learning rate.
For the learning rate parameter, do both of the following:
- First, set
gamma
to the same value for each learner. - In a second set of simulations, initialize your population so that each learner gets a randomly chosen
gamma
from the interval between 0 and 1.