Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CXCS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis Brede
CXCS
Commits
86620ff6
There was an error fetching the commit references. Please try again later.
Commit
86620ff6
authored
Aug 2, 2021
by
Mathis Brede
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
36a3d234
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+111
-110
111 additions, 110 deletions
README.md
with
111 additions
and
110 deletions
README.md
+
111
−
110
View file @
86620ff6
...
@@ -29,7 +29,7 @@ For using the implementation the following steps are helpful:
...
@@ -29,7 +29,7 @@ For using the implementation the following steps are helpful:
| alpha|parameter for calculation of fitness|0.1|
| alpha|parameter for calculation of fitness|0.1|
| e0|parameter for calculation of fitness|1|
| e0|parameter for calculation of fitness|1|
|nu|parameter for calculation of fitness|5|
|nu|parameter for calculation of fitness|5|
|thetaGA|threshold for average time period of action set to start the genetic algorithm procedure|
1
5|
|thetaGA|threshold for average time period of action set to start the genetic algorithm procedure|
2
5|
|pCrossover|probability for crossover during genetic algorithm|0.8|
|pCrossover|probability for crossover during genetic algorithm|0.8|
|pMutation|probability for mutation during genetic algorithm|0.04|
|pMutation|probability for mutation during genetic algorithm|0.04|
|thetaDel|deletion threshold;if experience of Classifier is greater than threshold, its fitness my be considered in probability of deletion|20|
|thetaDel|deletion threshold;if experience of Classifier is greater than threshold, its fitness my be considered in probability of deletion|20|
...
@@ -44,6 +44,7 @@ For using the implementation the following steps are helpful:
...
@@ -44,6 +44,7 @@ For using the implementation the following steps are helpful:
|thetaSub|experience a classifier needs to be a subsumer|20|
|thetaSub|experience a classifier needs to be a subsumer|20|
|seed|seed for the RandomNumberGenerator|20|
|seed|seed for the RandomNumberGenerator|20|
|GAInExploitation|parameter if GA should take place in exploitation cycles|false|
|GAInExploitation|parameter if GA should take place in exploitation cycles|false|
|discountFactorPA|parameter to discount the reward of the previous iteration|0.7|
|possibleActionsPtr| Ptr to all possible actions for the environment| - |
|possibleActionsPtr| Ptr to all possible actions for the environment| - |
```
cpp
```
cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment