Дополнил описание галадки Шеннона

This commit is contained in:
2020-03-22 19:00:49 +03:00
parent 60c202325e
commit d4c1dc743b
9 changed files with 130 additions and 409 deletions

View File

@@ -39,7 +39,7 @@
</template>
<script>
import Predictor from './Predictor';
import Predictor from '@anwinged/predictor';
const MAX_SCORE = 50;
@@ -89,7 +89,7 @@ export default {
return;
}
/* const prediction = */ this.predictor.pass(value);
/* const prediction = */ this.predictor.pass(+value);
},
restart() {
this.predictor = make_predictor();