[root]/branches/budaev/HEDG2_01_reprfact
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sbu062 | 11 (100.0%) | 179 (100.0%) | 16.2 |
deleting reprfact branch that implemented reproductive factor perception component, all reintegrated to main HEDG2_01
0 lines of code changed in 1 file:
minor fix log
1 lines of code changed in 1 file:
deleted obsolete trim in (individ_label), extra warning
4 lines of code changed in 1 file:
intel fortran does not allow elemental (genome_label_get) to have allocatable attribute, reset to fixed, now using trim in invocations, especially file names
18 lines of code changed in 1 file:
fixed bug of non deleting eaten food items from the resource (were only deleted from the agent's perception object); (eat_food_item_do_execute) now requires mandatory food_resource_real; implemented (reindex) to reset iids for all food items within the resource; (set_iid) now provides mandatory iid and is elemental, random iid is optionally set in (make) method for FOOD_ITEM ; all (qsort) and caller subroutines are now pure and elemental
84 lines of code changed in 1 file:
debug code
22 lines of code changed in 1 file:
added call to (%perception_to_memory) in debug code; save perception data in debug code; (genome_label_get) set elemental
20 lines of code changed in 1 file:
fixed non-updating reprfac in (eat_food_item_motivations_expect), resulted in negative GOS expectancies
10 lines of code changed in 1 file:
fix comments and formatting
20 lines of code changed in 1 file:
added perception component for the 'reproductive factor' PERCEPT_REPRFACT, a combination of sex hormones that can be calculated differently in males and females (e.g. different weights of testosteron and estrogen)
0 lines of code changed in 2 files: