Rename recursive fitter and binary model
This commit is contained in:
@@ -3,7 +3,7 @@ extern crate blas_src;
|
||||
use kickscore as ks;
|
||||
|
||||
fn main() {
|
||||
let mut model = ks::BinaryModel::new(ks::BinaryModelObservation::Probit);
|
||||
let mut model = ks::model::Binary::new(ks::model::binary::Observation::Probit);
|
||||
|
||||
for player in &["A", "B", "C", "D", "E", "F"] {
|
||||
let kernel: Vec<Box<dyn ks::Kernel>> = vec![
|
||||
|
||||
Reference in New Issue
Block a user