The 2020 Conference on Artificial Life 2020
DOI: 10.1162/isal_a_00326
|View full text |Cite
|
Sign up to set email alerts
|

Genetic Source Sensitivity and Transfer Learning in Genetic Programming

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
19
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
4
2
1

Relationship

1
6

Authors

Journals

citations
Cited by 15 publications
(19 citation statements)
references
References 13 publications
0
19
0
Order By: Relevance
“…Research utilizing PSB1 in using transfer-learned instruction sets showed that the composition of the instruction set matters a great deal to problem-solving performance [16]. While we do not use fully transfer-learned instruction sets here, we do make use of one simple take-away: that including larger proportions of input instructions and constants/ERCs improves performance.…”
Section: Experimental Methods and System Parametersmentioning
confidence: 99%
“…Research utilizing PSB1 in using transfer-learned instruction sets showed that the composition of the instruction set matters a great deal to problem-solving performance [16]. While we do not use fully transfer-learned instruction sets here, we do make use of one simple take-away: that including larger proportions of input instructions and constants/ERCs improves performance.…”
Section: Experimental Methods and System Parametersmentioning
confidence: 99%
“…This means that a program can be supplemented or changed in several places without simply replacing large parts of the program. As the success rates could be notably improved with UMAD on several benchmark problems, it became the quasistandard mutation operator in PushGP for program synthesis (i.a., it is used in [40], [41], and [42]).…”
Section: A Stack-based Gpmentioning
confidence: 99%
“…In the next step, we replace <int> with min(<int>, <int>) as the relevant gene is 30 and the production rule (line 9) has four choices. The next gene (42) nests the second min() function inside the first one which leads to int5 = min(min(<int>, <int>), <int>) NEWLINE. With the next four genes (20, 0, 80, and 15), the nested min() function is filled with variables so the current state is int5 = min(min(int1, int2), <int>) NEWLINE.…”
Section: B Grammar-guided Gpmentioning
confidence: 99%
See 2 more Smart Citations