Created by W.Langdon from gp-bibliography.bib Revision:1.8051
'fitness function as multi-objective (GEVO-mO) = min(time,error)'. 'held-out test cases'. 25% elitism, 75% tournament selection (population=256, generation 12..80+). LLVM-IR type based repair, does it use semantics too? 'GEVO uses dominator analysis to eliminate values ...' 'GEVO implements one-point messy crossover,which combines shuffle [17] and variable-length [54] crossover operations' (produces two children). 'our mutations are relatively expensive' 'The acceptance rate (ie child is ok) of crossover is as high as 80%, because each individual mutation has already been validated. DEAP \cite{DeRainville:2012:GECCOcomp}.
Intel Xeon E5-2640 CPU with 40 cores, 256 GB plus NVIDIA Tesla P100 GPU with 16 GB GPU memory, Ubuntu 16.04 with NVIDIA CUDA 10.1. 'nvprof introduced no overhead to kernel execution time
'each input set contains from tens of thousands to millions of input values'
'ML kernel variants are rejected if the training error exceeds the error achieved from the original kernel by the 1% threshold.'
B+Tree kernel improved five fold
Remove CUDA syncthread() 'As part of a wide deployment, additional post hoc methods, such as test-case generation or program analysis, could be employed to double-check that specific optimizations are indeed safe under the relevant use cases.' 'Removing Redundant Store.' Replaces with a temporary register.
'GEVO removes dead code'. 'Removing Redundant Load.' 'Loop Perforation.' 'Memoization.'
GEVO-mO compensatory evolution 'highlights the strength of a population-based search' 'the best kernel variant would not be found if a tighter error bound had been enforced from the beginning.'
'incomplete LU factorization'. 'sequential minimal optimization', 'perhaps by avoiding over fitting'.
'injecting inline-assembly in LLVM-IR' found to be unnecessary here.
'some programs for which GEVO was unable to find improvement' 'defeat some power side channel attacks.'
Arizona State University, Tempe, USA",
Genetic Programming entries for Jhe-Yu Liou Xiaodong Wang Stephanie Forrest Carole-Jean Wu