Skip to content
Snippets Groups Projects
Commit 493b53bc authored by kra568's avatar kra568
Browse files

commit before merge

parent a1d64919
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ lib4neuro::ACSFNeuralNetwork::ACSFNeuralNetwork(std::unordered_map<ELEMENT_SYMBO
// std::cout << "Particle " << i << ", input neuron indices: " << first_input_neuron_index << " - " << last_neuron_idx << std::endl;
/* Create hidden layers in sub-net */
std::vector<unsigned int> n_neurons = n_hidden_neurons[elements_list.at(i)];
std::vector<NEURON_TYPE> types = type_hidden_neurons[elements_list.at(i)];
std::vector<unsigned int> n_neurons = n_hidden_neurons[ elements_list.at(i) ];
std::vector<NEURON_TYPE> types = type_hidden_neurons[ elements_list.at(i) ];
size_t local_neuron_idx = subnet_neuron_shifts[elements_list.at(i)];
size_t local_connection_idx = subnet_connection_shifts[elements_list.at(i)];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment