Daniel Kirchner 
							
						 
					 
					
						
						
						
						
							
						
						
							671064b609 
							
						 
					 
					
						
						
							
							Use fixed seed for flaky phaser test for now.  
						
						 
						
						
						
					 
					
						2022-01-04 18:27:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Beregszaszi 
							
						 
					 
					
						
						
						
						
							
						
						
							7e88ba8da0 
							
						 
					 
					
						
						
							
							Enable the -Wconversion warning  
						
						 
						
						
						
					 
					
						2020-12-08 16:45:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							5637bdcaec 
							
						 
					 
					
						
						
							
							[yul-phaser] Replace mutation tests with hard-coded expectations with more robust ones that check the statistical distribution  
						
						 
						
						... 
						
						
						
						- The old tests would easily break when adding/removing optimiser steps. 
						
					 
					
						2020-09-14 16:17:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							952a9c6115 
							
						 
					 
					
						
						
							
							[yul-phaser] Chromosome: store step abbreviations instead of full names  
						
						 
						
						
						
					 
					
						2020-09-11 22:05:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							2a707e7685 
							
						 
					 
					
						
						
							
							[yul-phaser] Chromosome: Add stepsToGenes() and genesToSteps()  
						
						 
						
						
						
					 
					
						2020-09-11 22:05:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chriseth 
							
						 
					 
					
						
						
						
						
							
						
						
							6101bdf7e2 
							
						 
					 
					
						
						
							
							Name simplifier.  
						
						 
						
						
						
					 
					
						2020-09-10 16:23:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harikrishnan Mulackal 
							
						 
					 
					
						
						
						
						
							
						
						
							e2fd41f097 
							
						 
					 
					
						
						
							
							Implemented UnusedFunctionArgumentPruner  
						
						 
						
						
						
					 
					
						2020-09-03 13:15:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sachin Grover 
							
						 
					 
					
						
						
						
						
							
						
						
							b7adb2aa42 
							
						 
					 
					
						
						
							
							Add SPDX license identifier if not present already in source file  
						
						 
						
						... 
						
						
						
						Fixes : #9220  
						
					 
					
						2020-07-17 20:24:12 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Djordje Mijovic 
							
						 
					 
					
						
						
						
						
							
						
						
							547590b972 
							
						 
					 
					
						
						
							
							Fixing additional signedness errors after adding -Wsign-conversion flag  
						
						 
						
						... 
						
						
						
						Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it> 
						
					 
					
						2020-07-09 17:22:45 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chriseth 
							
						 
					 
					
						
						
						
						
							
						
						
							83337c850e 
							
						 
					 
					
						
						
							
							Do not run tests that do not need options multiple times.  
						
						 
						
						
						
					 
					
						2020-07-08 18:47:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Djordje Mijovic 
							
						 
					 
					
						
						
						
						
							
						
						
							9b3d1c11ff 
							
						 
					 
					
						
						
							
							yul-phaser: A few more tweaks to ensure that signedness conversions do not cause warnings  
						
						 
						
						... 
						
						
						
						- Don't cast booleans to int when the result gets assigned to an unsigned type. Relace them with ifs.
- Use unsigned initializer for a variable declared in a lambda capture.
- Unsigned abs() of a difference of unsigned values. 
						
					 
					
						2020-06-04 17:18:07 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Djordje Mijovic 
							
						 
					 
					
						
						
						
						
							
						
						
							a49a127627 
							
						 
					 
					
						
						
							
							yul-phaser: Use ptrdiff_t for iterator arithmetic  
						
						 
						
						
						
					 
					
						2020-06-04 17:17:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							1ada2a52fb 
							
						 
					 
					
						
						
							
							[yul-phaser] Mutations: Add two-point and uniform crossover operators  
						
						 
						
						
						
					 
					
						2020-04-20 15:30:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							59011fcde6 
							
						 
					 
					
						
						
							
							[yul-phaser] Mutations: Add mutationSequence()  
						
						 
						
						
						
					 
					
						2020-04-06 19:06:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							0837a62d5c 
							
						 
					 
					
						
						
							
							[yul-phaser] Mutations: Add symmetricRandomPointCrossover()  
						
						 
						
						
						
					 
					
						2020-04-06 19:06:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							099299c5e7 
							
						 
					 
					
						
						
							
							[yul-phaser] Rename Common to Helpers in tests (update references)  
						
						 
						
						
						
					 
					
						2020-03-13 11:21:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							763bdb1d51 
							
						 
					 
					
						
						
							
							[yul-phaser] Change the design of crossover operators so that they produce a single chromosome rather than a pair  
						
						 
						
						
						
					 
					
						2020-03-09 13:21:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kamil Śliwak 
							
						 
					 
					
						
						
						
						
							
						
						
							c941eaf5d6 
							
						 
					 
					
						
						
							
							[yul-phaser] Add randomPointCrossover() and fixedPointCrossover() operators  
						
						 
						
						
						
					 
					
						2020-03-09 13:21:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cameel 
							
						 
					 
					
						
						
						
						
							
						
						
							3fdb4ca607 
							
						 
					 
					
						
						
							
							[yul-phaser] Add geneRandomisation(), geneDeletion(), geneAddition and alternativeMutations()  
						
						 
						
						
						
					 
					
						2020-03-09 13:21:48 +01:00