Commits on Source (51)
-
Vincent Liard authoreda2953f91
-
David Parsons authorede94cd716
-
David Parsons authored850ab809
-
David Parsons authored61ef5023
-
David Parsons authored3a13b5eb
-
David Parsons authored
Extract contextualized part of the method to make out-of-context replication easier.
78c6c3c7 -
David Parsons authoredef2a57e5
-
David Parsons authored729bff8e
-
ROUZAUD-CORNABAS Jonathan authoredc138f421
-
ROUZAUD-CORNABAS Jonathan authoredef219e5a
-
ROUZAUD-CORNABAS Jonathan authored9e1927ff
-
ROUZAUD-CORNABAS Jonathan authored2aac4978
-
ROUZAUD-CORNABAS Jonathan authored9d958616
-
ROUZAUD-CORNABAS Jonathan authoredbf5f1f24
-
ROUZAUD-CORNABAS Jonathan authored236605f3
-
ROUZAUD-CORNABAS Jonathan authoredcfa78e2f
-
Vincent Liard authored
Forgot the && when recursing template. As a result, only the first argument to gzread/write was passed as a reference…
d37820cb -
Vincent Liard authoredbe628942
-
Vincent Liard authored4187a462
-
Vincent Liard authored
(Yes Guillaume, everything happens at last…)
80a8f3ac -
David Parsons authoredc84c4e92
-
David Parsons authored
Tests were invalidated by commit e10a4e7a, meaning they didn't even compile ! Shame on us all for not having run them since then !!!
b173586e -
Vincent Liard authored
Some files generated by `ancstats` had misplaced underscore in their names (YouTrack issue aevol-26). Turns out it came from the renaming of member variables which were prefixed by an underscore (commit ref at the bottom). That commit mistakenly affected `stat_type_name`. The present commit reverts to correct names and fixes the same problem that affected `chrom_or_gu_name` and `best_or_glob_name`. Refs: YouTrack issue: aveol-26 commit that introduced the problem: 286881e3
2bc7e431 -
David Parsons authored5bcfd405
-
David Parsons authoredfdd02fef
-
David Parsons authoredd7699f6e
-
David Parsons authored
While loading a simulation, the individuals of the initial timestep registered their (unexisting !) replic_reports as observers of the end of their replication. I'm pretty sure this had no impact whatsoever because they never triggered the corresponding event (END_REPLICATION)
7b77d548 -
David Parsons authored1267922c
-
David Parsons authored
Was modified by f2977f61, probably by accident (IDE generation?)
d55a0153 -
David Parsons authored
In method write_current_generation_statistics
824e8d71 -
David Parsons authored
Returns a list of all the individuals with their replication report
5fa364fc -
David Parsons authored
This was mostly achieved by removing StatRecord dependency to ExpManager
0952395a -
David Parsons authoredb251077c
-
David Parsons authoredb7f0104e
-
David Parsons authoredca5bb567
-
David Parsons authoredd8f688a6
-
David Parsons authored26625572
-
BESLON Guillaume authored3970e425
-
BESLON Guillaume authored
mutation methods now return the number of mutation performed (used in the optimization of mutationalrobustness
74bbb882 -
BESLON Guillaume authored3a44655b
-
Dusan Misevic authoredaaf00fcc
-
5a5a3c31
-
5c9344b4
-
Vincent Liard authored
Fix some indentation, spacing, braces.
7b631c67 -
Vincent Liard authored55a0a3cc
-
Vincent Liard authored838c7307
-
Vincent Liard authored5bff9dd9
-
Vincent Liard authored
Incorporate GB's improvements to the `mutationalrobustness` post-treatment.
1c68280e -
a6c5bd31
-
ROUZAUD-CORNABAS Jonathan authoredae7bbcd0
-
David Parsons authored7ffdc5fd
Showing
- .gitignore 8 additions, 2 deletions.gitignore
- CMakeLists.txt 73 additions, 5 deletionsCMakeLists.txt
- dev-doc/RELEASE_HowTo 7 additions, 4 deletionsdev-doc/RELEASE_HowTo
- doc/dev/cppguide.html 6215 additions, 0 deletionsdoc/dev/cppguide.html
- doc/dev/include/link.png 0 additions, 0 deletionsdoc/dev/include/link.png
- doc/dev/include/styleguide.css 261 additions, 0 deletionsdoc/dev/include/styleguide.css
- doc/dev/include/styleguide.js 289 additions, 0 deletionsdoc/dev/include/styleguide.js
- examples/basic/param.in 2 additions, 2 deletionsexamples/basic/param.in
- execo/raevol_besteffort_mut_lat.py 12 additions, 2 deletionsexeco/raevol_besteffort_mut_lat.py
- execo/raevol_besteffort_mut_lat_lyon.py 49 additions, 28 deletionsexeco/raevol_besteffort_mut_lat_lyon.py
- src/aevol_run.cpp 2 additions, 2 deletionssrc/aevol_run.cpp
- src/libaevol/Dna.cpp 31 additions, 23 deletionssrc/libaevol/Dna.cpp
- src/libaevol/Dna.h 5 additions, 5 deletionssrc/libaevol/Dna.h
- src/libaevol/ExpManager.cpp 52 additions, 56 deletionssrc/libaevol/ExpManager.cpp
- src/libaevol/ExpManager.h 7 additions, 1 deletionsrc/libaevol/ExpManager.h
- src/libaevol/ExpSetup.cpp 4 additions, 1 deletionsrc/libaevol/ExpSetup.cpp
- src/libaevol/ExpSetup.h 4 additions, 1 deletionsrc/libaevol/ExpSetup.h
- src/libaevol/GzHelpers.h 1 addition, 1 deletionsrc/libaevol/GzHelpers.h
- src/libaevol/Individual.cpp 0 additions, 117 deletionssrc/libaevol/Individual.cpp
- src/libaevol/IndividualFactory.cpp 1 addition, 2 deletionssrc/libaevol/IndividualFactory.cpp
doc/dev/cppguide.html
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
doc/dev/include/link.png
0 → 100644
189 B
doc/dev/include/styleguide.css
0 → 100644
doc/dev/include/styleguide.js
0 → 100644