Various fixess and xor
linter / quality (push) Successful in 4m23s
tests / ci (8.4) (push) Successful in 4m35s
tests / ci (8.5) (push) Successful in 5m13s

This commit is contained in:
2026-09-08 18:40:56 +02:00
parent 08aa04fe56
commit 8a50f492ac
7 changed files with 93 additions and 5 deletions
+3 -2
View File
@@ -20,9 +20,10 @@ return [
'broadcast_iteration_size' => 75,
/**
* Hide the weight columns in the iteration table above this count.
* Maximum number of weights for which all iteration weights are broadcast
* and displayed in the iteration table.
*/
'max_displayed_weights' => 25,
'max_displayed_weights' => 5,
'run_inputs_validation' => [
'hidden_layers' => 'required|integer|min:1|max:5',