Make API a bit prettier
This commit is contained in:
@@ -3,7 +3,7 @@ extern crate blas_src;
|
||||
use kickscore as ks;
|
||||
|
||||
fn main() {
|
||||
let mut model = ks::model::Binary::new(ks::model::binary::Observation::Probit);
|
||||
let mut model = ks::model::Binary::probit();
|
||||
|
||||
for player in &["A", "B", "C", "D", "E", "F"] {
|
||||
let kernel: [Box<dyn ks::Kernel>; 2] = [
|
||||
|
||||
Reference in New Issue
Block a user