kusumotolab / kGenProg

A High-performance, High-extensibility and High-portability APR System
MIT License
48 stars 13 forks source link

出力される実行時の各種設定値が見難い #688

Open ty-v1 opened 4 years ago

ty-v1 commented 4 years ago

出力フォーマットのせいで,実行時の各種設定値が分かりづらい.

現在のフォーマット

==================== kGenProg Configuration ====================
configPath = ... (set by command line)
rootDir = ... (set in config file)
productPaths = [...] (set in config file)
testPaths = [...] (set in config file)
classPaths = []
executionTests = []
outDir = kgenprog-out
isForce = false
mutationGeneratingCount = 400 (set in config file)
crossoverGeneratingCount = 10
headcount = 40
maxGeneration = 10000 (set in config file)
timeLimit = PT30M (set in config file)
testTimeLimit = PT10S
requiredSolutionsCount = 10000 (set in config file)
logLevel = DEBUG (set in config file)
randomSeed = 0
scope = PACKAGE
needNotOutput = false
faultLocalization = Ochiai
crossoverType = Random
firstVariantSelectionStrategy = Random
secondVariantSelectionStrategy = Random
historyRecord = false
currentDirectory = ...
================================================================
ty-v1 commented 4 years ago

2019-10-09 meeting

ty-v1 commented 4 years ago

2019-11-7 meeting

とりあえず作ってみる