-
Notifications
You must be signed in to change notification settings - Fork 42
Many improvements to evolutionSteer ! #13
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
alamaz
wants to merge
52
commits into
carykh:master
Choose a base branch
from
alamaz:master
base: master
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
52 commits
Select commit
Hold shift + click to select a range
ed7037f
Add extra neuron for heartbeat, add heartbeat
Timfa2112 2bada42
Create README.md
alamaz 6773a88
Update README.md
alamaz 4848443
Added radioactive mode
jbenzakoun b9a05fc
Merge remote-tracking branch 'origin/master'
jbenzakoun 9f99587
Fresh blood
jbenzakoun 890299c
Simulation timer
jbenzakoun 0668a8c
Creature number
jbenzakoun 893809d
Processing 3
jbenzakoun cd34246
Moved global variables
jbenzakoun 9276dfb
Added timer
jbenzakoun 156e3a6
Multithread
jbenzakoun dd909fa
Other technique to remove jumpers
jbenzakoun d3dbd6e
Mass extinction
jbenzakoun 0868161
Adding gitattributes for EOL
jbenzakoun 8f7c73e
Multithread 2
jbenzakoun 45ab38b
Savable
jbenzakoun 6619429
Save screen
jbenzakoun 50add5c
Interface glitch
jbenzakoun 8684a6f
Autosave
jbenzakoun e627564
Autosave 2
jbenzakoun 35c39b8
Autosave timecoded
jbenzakoun 4a1320d
AutoPause
jbenzakoun 4385614
Saving 2
jbenzakoun e0de5fc
Optimisation
jbenzakoun 085a505
Expanded brain
jbenzakoun d162539
Ignore all gz files
jbenzakoun de5d440
Light save
jbenzakoun d543575
Gift function
jbenzakoun 2f8d5b6
Update mutation comportement
jbenzakoun 553b8fd
Changed default parameters
jbenzakoun a6b662d
Update readme file
jbenzakoun 31b9401
Readme update for install
jbenzakoun 4ed0941
added commands for reducing and increasing gift
jbenzakoun 5b3f5bc
added "k" in readme
jbenzakoun 0875f06
Modified mutation properties
jbenzakoun 7be6c0e
Mass extinction percentage
jbenzakoun 5369506
Brain improvement
jbenzakoun 98976a3
Chomp limitation
jbenzakoun 6a2a577
Save v4
jbenzakoun 3eaf1bb
Brainiac mode
jbenzakoun f2c7eb7
Variable friction
jbenzakoun 595cd3c
Save v4b
jbenzakoun ead6466
Updated readme for Brainiac
jbenzakoun ff17500
Bugfix
jbenzakoun 5f5557c
maxChomp
jbenzakoun 75b6fce
Jumper truncature
jbenzakoun 952a02c
PowerDouble
jbenzakoun 42c8f9e
Heartbeat neuron
jbenzakoun b39b514
Merge remote-tracking branch 'Master2112/master'
jbenzakoun 9005f12
Linear transform for brain
jbenzakoun 606bf96
Complex fitness improvement
jbenzakoun 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
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 @@ | ||
| +*.pde text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 |
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,7 @@ | ||
|
|
||
| data/autosave\.gz | ||
| data/*\.gz | ||
|
|
||
| error\.log | ||
|
|
||
| data/tempfile\.gz |
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On this line in windows x64 I get the error: "processing.app.SketchException: Not expecting symbol 0xA0, which is NO-BREAK SPACE."
The offending character appears to be the whitespace between the or (
||) and the second use of theinputvariable.Deleting it and hitting the spacebar appears to resolve this issue.