.. index:: pair: page; Todo List .. _doxid-todo: Todo List ========= .. list-table:: :widths: 20 80 * - Member :ref:`BRKGA::KendallTauDistance::affectSolution ` (Chromosome::const_iterator v1_begin, Chromosome::const_iterator v2_begin, const std::size_t block_size) override - :target:`doxid-todo_1_todo000006` This is the same implementation of Hamming. We need to figure out how to do it properly. * - Member :ref:`BRKGA::operator\<\< ` (std::ostream &output, const :ref:`AlgorithmStatus ` &status) - :target:`doxid-todo_1_todo000005` Clang fails printing chrono times. When they fix it, please, revise this function. * - Member :ref:`BRKGA::readConfiguration ` (std::istream &input, std::ostream &logger=std::cout) - :target:`doxid-todo_1_todo000003` This method can beneficiate from introspection tools. We would like achieve a code similar to the `Julia counterpart `__. * - Member :ref:`BRKGA::writeConfiguration ` (std::ostream &output, const :ref:`BrkgaParams ` &brkga_params, const :ref:`ControlParams ` &control_params= :ref:`ControlParams ` {}) - :target:`doxid-todo_1_todo000004` This method can beneficiate from introspection tools. We would like achieve a code similar to the `Julia counterpart `__. * - Module :ref:`chrono_helpers ` - :target:`doxid-todo_1_todo000001` These functions may not be necessary for C++23, since streaming operators for chrono types are defined there. * - Member :ref:`operator\<\< ` (std::ostream &os, const std::chrono::duration< double > &dur) - :target:`doxid-todo_1_todo000002` Remove this when clang/libc get the support.