]> ruin.nu Git - germs.git/blobdiff - src/modelidentifier.cpp
Added a Whirl model, which favors reversals, instead of using the standard
[germs.git] / src / modelidentifier.cpp
index 820d75abd73bbc58a215a704652502e17388893a..a7c67b82c77c5ed3e01335158755221693b2f09d 100644 (file)
@@ -83,7 +83,7 @@ priority_queue<pair<double,Model> > ModelIdentifier::identify(const GeneOrder& g
        priority_queue<pair<double,Model> > scores;
        scores.push(pair<double,Model>(output[0],Model(new Models::X)));
        scores.push(pair<double,Model>(output[1],Model(new Models::Zipper)));
-       scores.push(pair<double,Model>(output[2],Model(new Models::ModelImpl)));
+       scores.push(pair<double,Model>(output[2],Model(new Models::Whirl)));
        scores.push(pair<double,Model>(output[3],Model(new Models::FatX)));
        scores.push(pair<double,Model>(output[4],Model(new Models::Cloud)));
        return scores;