File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,13 @@ delete operations being ostensibly O(1).
6969
7070During the public vetting stage of CEP 30’s lifecycle two alternative ideas for implementing this
7171behavior were proposed. The first was to use the code injection functionality of cycpp files to
72- add economic information as an optional Toolkit feature to archetypes themselves at the beginning of simulations. This was tested,
73- but it was discovered that there were problems accessing the information of parent agents, and it
74- was determined that this approach would be some combination of too cumbersome and less certain to
75- work. The second idea was to implement some sort of registry, similar to how Microsoft Windows
76- (and other operating systems) handle some of their internal operations, but this was deemed to be
77- too much of a bloat hazard, as registries can become very complicated very quickly.
72+ add economic information as an optional Toolkit feature to archetypes themselves at the beginning
73+ of simulations. This was tested, but it was discovered that there were problems accessing the
74+ information of parent agents, and it was determined that this approach would be some combination
75+ of too cumbersome and less certain to work. Eventually, the toolkit approach will likely be used
76+ in conjunction with the features added by this CEP. The second idea was to implement some sort of
77+ registry, but this was deemed to be too much of a bloat hazard, as registries can become very
78+ complicated very quickly.
7879
7980Backwards Compatibility:
8081===========================
You can’t perform that action at this time.
0 commit comments