Kamil Śliwak
|
afb8fb4927
|
Create libraries for yul-phaser and solc to avoid compiling their sources again for soltest
|
2021-06-22 17:47:45 +02:00 |
|
chriseth
|
0be56a0abf
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-05-12 17:48:53 +02:00 |
|
Alex Beregszaszi
|
c31a93b3f2
|
Remove boost::filesystem where it is not needed
A two uses in CommonIO remain for the compiler (plus testing/tools use it extensively)
|
2020-05-11 11:19:11 +01:00 |
|
hrkrshnn
|
eb4cff56f7
|
Upgrade dot syntax for gas and value
|
2020-04-24 16:22:07 +05:30 |
|
Kamil Śliwak
|
8b443627e2
|
[yul-phaser] Add ProgramCache class
|
2020-03-24 17:39:24 +01:00 |
|
Kamil Śliwak
|
ff99d25bc3
|
[yul-phaser] Common: Add readLinesFromFile()
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
0c3de9ef99
|
[yul-phaser] Add Common module
|
2020-03-13 11:21:23 +01:00 |
|
Kamil Śliwak
|
b8244f6a43
|
[yul-phaser] Extract the code that controls execution of algorithm rounds from GeneticAlgorithm into AlgorithmRunner
|
2020-03-13 11:21:23 +01:00 |
|
Kamil Śliwak
|
0c1b88508e
|
[yul-phaser] Refactor the code from main into a Phaser class
|
2020-03-13 11:21:23 +01:00 |
|
cameel
|
3fdb4ca607
|
[yul-phaser] Add geneRandomisation(), geneDeletion(), geneAddition and alternativeMutations()
|
2020-03-09 13:21:48 +01:00 |
|
cameel
|
44932dc85a
|
[yul-phaser] Base class for pair selections
|
2020-03-09 13:21:48 +01:00 |
|
cameel
|
3c41bfbc4e
|
[yul-phaser] Base class for selections
|
2020-02-25 15:25:16 +01:00 |
|
cameel
|
11bdf358df
|
[yul-phaser] Base class for genetic algorithms
|
2020-02-25 15:25:16 +01:00 |
|
cameel
|
096129fbc4
|
[yul-phaser] Base class for fitness metrics
|
2020-02-19 16:36:14 +01:00 |
|
Kamil Śliwak
|
342a4e5dee
|
[yul-phaser] Rename Random to SimulationRNG (fix references)
|
2020-02-16 02:18:21 +01:00 |
|
cameel
|
7b7c88ae95
|
[yul-phaser] Add Population class
|
2020-02-05 18:13:30 +01:00 |
|
cameel
|
f6d955db0b
|
[yul-phaser] Add Chromosome class
|
2020-02-05 18:13:30 +01:00 |
|
cameel
|
57ab8922cd
|
[yul-phaser] Add random number generators using Mersenne Twister from boost
|
2020-02-05 18:13:30 +01:00 |
|
cameel
|
513d41c315
|
[yul-phaser] Add Program class
|
2020-02-05 18:13:30 +01:00 |
|
cameel
|
b75370d93e
|
[yul-phaser] Printing help and accepting input file on the command line
|
2020-02-05 18:13:30 +01:00 |
|
cameel
|
e7d204383d
|
[yul-phaser] An empty command-line application for the new tool
|
2020-02-05 18:13:29 +01:00 |
|
Erik Kundt
|
f2701db0aa
|
Adds documentation for Solidity source upgrader.
|
2020-02-05 16:52:54 +01:00 |
|