Skip to content

Commit

Permalink
{docs} Update image, amod config options, and CHANGELOG (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney authored Jul 7, 2022
1 parent cfc4771 commit 4253032
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.10.0] - (in progress)
## [0.10.0](https://github.com/asmaloney/gactar/releases/tag/v0.10.0) - 2022-07-07

### Added

Expand Down Expand Up @@ -46,10 +46,16 @@ All notable changes to this project will be documented in this file. The format

- Replaced _partial_matching_ option from the **procedural** module with the _mismatch_penalty_ option for the **memory** module. Setting this turns on partial matching and sets the penalty in the activation equation to this value. ([#261](https://github.com/asmaloney/gactar/pull/261))

- Updated web UI to vue 2.7.x. ([#272](https://github.com/asmaloney/gactar/pull/272))

### Fixed

- Give proper error when trying to use an invalid type with `_status`. ([#242](https://github.com/asmaloney/gactar/pull/242))

- Check for reserved chunk names. ([#271](https://github.com/asmaloney/gactar/pull/271))

The following names are reserved according to ACT-R: `busy`, `clear`, `empty`, `error`, `failure`, `free`, `full`, `requested`, and `unrequested`

## [0.9.0](https://github.com/asmaloney/gactar/releases/tag/v0.9.0) - 2022-06-20

### Added
Expand Down
9 changes: 5 additions & 4 deletions doc/amod Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ gactar {
}
```

| Config | Type | Description |
| ----------------- | ------------------------------------------ | -------------------------------------- |
| log_level | string (one of 'min', 'info', or 'detail') | how verbose our logging should be |
| trace_activations | boolean | output detailed info about activations |
| Config | Type | Description |
| ----------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------- |
| log_level | string (one of 'min', 'info', or 'detail') | how verbose our logging should be |
| trace_activations | boolean | output detailed info about activations |
| random_seed | positive integer | sets the seed to use for generating pseudo-random numbers (allows for reproducible runs) |

## Module Config

Expand Down
Binary file modified doc/images/gactar-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4253032

Please sign in to comment.