-
Notifications
You must be signed in to change notification settings - Fork 33
Creating Accessors, protecting variables and changing CPU state location access #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
EliasH-E
wants to merge
18
commits into
anyaevostinar:main
Choose a base branch
from
EliasH-E:privatize_reorganize
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8b9c15b
moved all signals and functors into private
EliasH-E 3a8c224
removed defunct functions
EliasH-E 2c74949
did some fixing up of indentation and such
EliasH-E 8c5d5bb
changed cpu to grab host location
EliasH-E 33fbf90
fixed sgp config for hosts and symmbionts
EliasH-E 2311cac
adding prog builder
EliasH-E e8b7073
fixed custom programs
EliasH-E be6be4c
made fixes, removed my name from tests teehee
EliasH-E 1f7e009
fixed tag moniker(kinda)
EliasH-E 05c372c
started working on program path stuff, will return to soon
EliasH-E 11d618b
added default creation
EliasH-E 923b744
added default construction and checking for genomes
EliasH-E fefb725
fixed tests
EliasH-E 10674c5
changed default configs
EliasH-E 338f4fa
added default programs
EliasH-E 740df36
added nand test program
EliasH-E 1a1af53
added Task Env Default creation programs
EliasH-E cad8cf3
added documentation to default generator programs
EliasH-E File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "shared": { | ||
| "tasks": [ | ||
| {"name": "NAND", "value": 1, "reward_mode": "add"}, | ||
| {"name": "NOT", "value": 1, "reward_mode": "add"}, | ||
| {"name": "OR_NOT", "value": 2, "reward_mode": "add"}, | ||
| {"name": "AND", "value": 2, "reward_mode": "add"}, | ||
| {"name": "OR", "value": 4, "reward_mode": "add"}, | ||
| {"name": "AND_NOT", "value": 4, "reward_mode": "add"}, | ||
| {"name": "NOR", "value": 8, "reward_mode": "add"}, | ||
| {"name": "XOR", "value": 8, "reward_mode": "add"}, | ||
| {"name": "EQU", "value": 16, "reward_mode": "add"} | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.