Home
last modified time | relevance | path

Searched refs:EnvironmentType (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/reinforcement_learning/
H A Dasync_learning.hpp52 typename EnvironmentType,
73 EnvironmentType environment = EnvironmentType());
112 EnvironmentType& Environment() { return environment; } in Environment()
114 const EnvironmentType& Environment() const { return environment; } in Environment()
130 EnvironmentType environment;
142 typename EnvironmentType,
158 typename EnvironmentType,
174 typename EnvironmentType,
190 typename EnvironmentType,
208 typename EnvironmentType,
[all …]
H A Dq_learning.hpp52 typename EnvironmentType,
56 typename ReplayType = RandomReplay<EnvironmentType>
62 using StateType = typename EnvironmentType::State;
65 using ActionType = typename EnvironmentType::Action;
85 EnvironmentType environment = EnvironmentType());
127 EnvironmentType& Environment() { return environment; } in Environment()
129 const EnvironmentType& Environment() const { return environment; } in Environment()
171 EnvironmentType environment;
H A Dsac.hpp57 typename EnvironmentType,
61 typename ReplayType = RandomReplay<EnvironmentType>
67 using StateType = typename EnvironmentType::State;
70 using ActionType = typename EnvironmentType::Action;
94 EnvironmentType environment = EnvironmentType());
177 EnvironmentType environment;
H A Dq_learning_impl.hpp21 typename EnvironmentType,
28 EnvironmentType,
73 typename EnvironmentType,
80 EnvironmentType,
93 typename EnvironmentType,
100 EnvironmentType,
119 typename EnvironmentType,
126 EnvironmentType,
213 EnvironmentType,
324 EnvironmentType,
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/source/model/
H A DEnvironmentType.cpp35 return EnvironmentType::WINDOWS_CONTAINER; in GetEnvironmentTypeForName()
39 return EnvironmentType::LINUX_CONTAINER; in GetEnvironmentTypeForName()
43 return EnvironmentType::LINUX_GPU_CONTAINER; in GetEnvironmentTypeForName()
47 return EnvironmentType::ARM_CONTAINER; in GetEnvironmentTypeForName()
57 return static_cast<EnvironmentType>(hashCode); in GetEnvironmentTypeForName()
60 return EnvironmentType::NOT_SET; in GetEnvironmentTypeForName()
67 case EnvironmentType::WINDOWS_CONTAINER: in GetNameForEnvironmentType()
69 case EnvironmentType::LINUX_CONTAINER: in GetNameForEnvironmentType()
71 case EnvironmentType::LINUX_GPU_CONTAINER: in GetNameForEnvironmentType()
73 case EnvironmentType::ARM_CONTAINER: in GetNameForEnvironmentType()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloud9/source/model/
H A DEnvironmentType.cpp27 EnvironmentType GetEnvironmentTypeForName(const Aws::String& name) in GetEnvironmentTypeForName()
32 return EnvironmentType::ssh; in GetEnvironmentTypeForName()
36 return EnvironmentType::ec2; in GetEnvironmentTypeForName()
42 return static_cast<EnvironmentType>(hashCode); in GetEnvironmentTypeForName()
45 return EnvironmentType::NOT_SET; in GetEnvironmentTypeForName()
48 Aws::String GetNameForEnvironmentType(EnvironmentType enumValue) in GetNameForEnvironmentType()
52 case EnvironmentType::ssh: in GetNameForEnvironmentType()
54 case EnvironmentType::ec2: in GetNameForEnvironmentType()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/reinforcement_learning/environment/
H A Dreward_clipping.hpp29 template <typename EnvironmentType>
34 using State = typename EnvironmentType::State;
37 using Action = typename EnvironmentType::Action;
47 RewardClipping(EnvironmentType& environment, in RewardClipping()
113 EnvironmentType& Environment() const { return environment; } in Environment()
115 EnvironmentType& Environment() { return environment; } in Environment()
129 EnvironmentType environment;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloud9/types/
H A Denums.go75 type EnvironmentType string
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloud9/types/
H A Denums.go75 type EnvironmentType string type
79 EnvironmentTypeSsh EnvironmentType = "ssh"
80 EnvironmentTypeEc2 EnvironmentType = "ec2"
86 func (EnvironmentType) Values() []EnvironmentType {
87 return []EnvironmentType{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go21 type EnvironmentType string type
25 Prod EnvironmentType = "Prod"
27 Test EnvironmentType = "Test"
31 func PossibleEnvironmentTypeValues() []EnvironmentType {
32 return []EnvironmentType{Prod, Test}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker/
H A Denums.go21 type EnvironmentType string type
25 Prod EnvironmentType = "Prod"
27 Test EnvironmentType = "Test"
31 func PossibleEnvironmentTypeValues() []EnvironmentType {
32 return []EnvironmentType{Prod, Test}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/qnamaker/cognitiveservices/v5.0-preview.1/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/qnamaker/cognitiveservices/v5.0-preview.1/qnamaker/
H A Denums.go10 type EnvironmentType string type
14 Prod EnvironmentType = "Prod"
16 Test EnvironmentType = "Test"
20 func PossibleEnvironmentTypeValues() []EnvironmentType {
21 return []EnvironmentType{Prod, Test}

12345678910>>...19