Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ty-v1 opened this issue Dec 2, 2019 · 2 comments
Open

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

ty-v1 opened this issue Dec 2, 2019 · 2 comments

Comments

@ty-v1
Copy link
Contributor

ty-v1 commented Dec 2, 2019

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

現在のフォーマット

==================== 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
Copy link
Contributor Author

ty-v1 commented Dec 2, 2019

2019-10-09 meeting

  • フォーマット案

    • 先頭に記号をつける
    [T] targetProject = . 
    [D] executionTests = [] 
    [D] outDir = kgenprog-out 
    [D] isForce = false 
    [C] mutationGeneratingCount = 10 
    ...
    • タブで揃える
    targetProject           = .            (toml file)
    executionTests          = []           (default value)
    outDir                  = kgenprog-out (default value)
    isForce                 = false        (default value)
    mutationGeneratingCount = 10           (command line)
    ...
    • AAの表
                      Config
    -------------------------------------------
        Name        |    Value     |   From
    -------------------------------------------
     targetProject  |     .        |   CUI
    -------------------------------------------
     executionTests |     []       |   CUI
    -------------------------------------------
        outDir      |     []       |  DEFAULT
    -------------------------------------------
    ...  

@ty-v1
Copy link
Contributor Author

ty-v1 commented Dec 2, 2019

2019-11-7 meeting

とりあえず作ってみる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant