% "para" (file of parameters for SMASS) % proper constants --------------------------- runs(1). periods(50). actors(7). gridwidth(4). exist_min(20). size_of_boxes(10). % boolean constants ----------------------------------------- % modes( [takeweak,donothin,schellin ]). modes([donothin,schellin,takeweak]). % modes([takeweak]). use_old_data(no). variables_in_rule(donothin,[wealth_dono]). variables_in_rule(schellin,[location,colour]). variables_in_rule(takeweak,[location,strength,wealth_take]). weights(donothin,2,[50,101]). weights(schellin,1,[101]). weights(takeweak,1,[101]). type_of_neighbourhood(schellin,moore,1). type_of_neighbourhood(takeweak,von_Neumann,2). choose_run(1) % constants relative to an action type ---------------------- domain_of_wealth_dono(50,500). sigma_wealth_dono(20). height(donothin,175). magnify_by(0.2). height(schellin,170). domain_of_wealth_take(100,200). sigma_wealth_take(30). expressions(strength,2). weights(strength,[70,101]). domain_of_values(20). /* a better name ?? */ height(takeweak,200).