source: ANL2022/notes.md

Last change on this file was 75, checked in by wouter, 21 months ago

#6 added ANAC2022 parties

File size: 658 bytes
Line 
1- deleted agent Smith, resubmission of Java agent
2
3# Agent Fish
4- changes:
5 - agentfish.py line 212 `newutilspace = self.profileint.getProfile()` -> `newutilspace = self.profile`
6 - extend_util_space.py line 34 `self._minUtil = 0.7*range.getMax()` -> `self._minUtil = Decimal("0.7")*range.getMax()`
7 - agentfish.py line 223 `time = self.progress.get(time() * 1000)` -> `time_to_deadline = self.progress.get(time() * 1000)`
8 - agentfish.py line 285 decimal vs float
9
10# BIU Agent
11- changes:
12 - BIU_agent.py line 203 `with open(self_dir, "w") as f:` -> `with open(f"{self.storage_dir}/data.md", "w") as f:`
13 - BIU_agent.py line 190 added all()
Note: See TracBrowser for help on using the repository browser.