-
Notifications
You must be signed in to change notification settings - Fork 13
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
一部のバグに対して再現性がない #620
Comments
Math 12でも発生 |
作業メモ math013のkgp構成,1世代 x 20個体 (タイムアウト3000秒) $ cd math013
$ cat kgenprog.toml
root-dir = "./"
src = ["src/main/java"]
test = ["src/test/java"]
exec-test = ["org.apache.commons.math3.optimization.fitting.PolynomialFitterTest"]
max-generation = 1
mutation-generating-count = 20
time-limit = 3000
log-level = "DEBUG" kgpのバージョン $ cd kgp
$ git show
commit 9cafd2e0f1630300700bf672ac461596147fb92b (HEAD -> master, tag: v1.3.5, origin/master, origin/HEAD)
...
$ gradle assemble
$ kgp=$(realpath build/libs/kGenProg-1.3.5.jar) 1回目 (win環境なのでencoding指定付き) $ (cd ../math013; echo java -Dfile.encoding=UTF8 -jar $kgp)
...
Variants: generated 20, build-succeeded 2, build-failed 15, syntax-invalid 1, redundant 2
Fitness: max 0.7777777777777778(1), min 0.0(1), ave 0.3888888888888889 2回目 $ (cd ../math013; echo java -Dfile.encoding=UTF8 -jar $kgp)
...
Variants: generated 20, build-succeeded 2, build-failed 15, syntax-invalid 1, redundant 2
Fitness: max 0.8888888888888888(1), min 0.0(1), ave 0.4444444444444444 確かに再現していない |
一旦作業ミスがあった古いコメントを削除. |
いろいろ前提情報 注意mathにはほぼ同名っぽい2つのテストクラスがある.
前者が古いテストで古いObsoleteなAPIを利用している. ラベル付け
テストがどうfailするかd4j曰く, なお,kgpでは
|
D4JのMath 13に対して,実行ログが毎回異なる.
全てのmathの実験結果が異なるわけではない(むしろ多くの場合は異ならない).
原因は不明
The text was updated successfully, but these errors were encountered: