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

SouceCodeValidation#execで使える情報が少なすぎる #666

Open
YoshikiHigo opened this issue Oct 8, 2019 · 1 comment
Open

SouceCodeValidation#execで使える情報が少なすぎる #666

YoshikiHigo opened this issue Oct 8, 2019 · 1 comment
Labels
argument Should be discussed

Comments

@YoshikiHigo
Copy link
Member

現状のインターフェースは以下の通り.

/**
* @param sourceCode 評価するソースコード
* @param testResults ソースコードのテストの結果
* @return 評価値
*/
Fitness exec(GeneratedSourceCode sourceCode, TestResults testResults);

つまり,評価値を計算するためにソースコードとテストの情報しか使うことしかできない.
変更履歴の情報も評価値の計算リソースとして使いたい.

@YoshikiHigo YoshikiHigo added the argument Should be discussed label Oct 8, 2019
@YoshikiHigo
Copy link
Member Author

次回ミーティングで議論したい.

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

No branches or pull requests

1 participant