We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7ce7d commit 8d22d41Copy full SHA for 8d22d41
2 files changed
xcsf/neural_layer.h
@@ -222,7 +222,6 @@ layer_mutate(struct Layer *l)
222
* @brief Resizes a layer using the previous layer's inputs
223
* @param [in] l The layer to mutate.
224
* @param [in] prev The layer prior to the one being mutated.
225
- * @return Whether any alterations were made.
226
*/
227
static inline void
228
layer_resize(struct Layer *l, const struct Layer *prev)
xcsf/pybind_wrapper.cpp
@@ -941,6 +941,7 @@ class XCS
941
/**
942
* @brief Reads classifiers from a JSON file and adds to the population.
943
* @param [in] filename Name of the input file.
944
+ * @param [in] clean Whether to wipe existing population before insertion.
945
946
void
947
json_read(const std::string &filename, const bool clean)
0 commit comments