Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
neuron_parameters_generators.h File Reference

Generators of the neurons. More...

#include <knp/core/population.h>
#include <cinttypes>
#include <optional>
#include <random>
+ Include dependency graph for neuron_parameters_generators.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  knp::framework::population::neurons_generators::MakeRandom< NeuronType >
 Generate neurons with random parameter values. More...
 

Namespaces

namespace  knp
 General framework namespace.
 
namespace  knp::framework
 Framework namespace.
 
namespace  knp::framework::population
 Namespace for framework population routines.
 
namespace  knp::framework::population::neurons_generators
 Namespace for generators of neurons with specific parameters.
 

Functions

template<typename NeuronType , template< typename... > class Container>
core::Population< NeuronType >::NeuronGenerator knp::framework::population::neurons_generators::from_container (const Container< typename core::Population< NeuronType >::NeuronParameters > &container)
 Generate neurons from a container with parameter values.
 
template<typename NeuronType >
core::Population< NeuronType >::NeuronGenerator knp::framework::population::neurons_generators::make_default ()
 Generate neurons with default neuron parameter values.
 
template<typename NeuronType >
core::Population< NeuronType >::NeuronGenerator knp::framework::population::neurons_generators::make_clone (const typename core::Population< NeuronType >::NeuronParameters source_neuron)
 Generate neurons which parameter values are cloned from a specified neuron.
 

Detailed Description

Generators of the neurons.

Date
08.08.2024
License: Apache 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file neuron_parameters_generators.h.