drop useless TODO
This commit is contained in:
parent
73467f4627
commit
04dddcdaa8
|
@ -28,7 +28,6 @@ pub struct Bot {
|
||||||
|
|
||||||
impl Bot {
|
impl Bot {
|
||||||
/// Constructs a new bot from the given initial state (matrix and queue).
|
/// Constructs a new bot from the given initial state (matrix and queue).
|
||||||
// TODO: specify weights
|
|
||||||
pub fn new(weights: &Weights, matrix: &Mat, queue: Queue<'_>) -> Self {
|
pub fn new(weights: &Weights, matrix: &Mat, queue: Queue<'_>) -> Self {
|
||||||
let arena = bumpalo::Bump::new();
|
let arena = bumpalo::Bump::new();
|
||||||
let root = Node::alloc_root(&arena, matrix, queue);
|
let root = Node::alloc_root(&arena, matrix, queue);
|
||||||
|
|
Loading…
Reference in New Issue