Skip to content

Releases: SMMoseley/colony-noise-scripts

Performance improvements and bugfixes

25 Oct 21:51
Compare
Choose a tag to compare

Hi Sam :)

I put instructions to install the decide-config binary in the last release, but I'm copying them here (let me know if it doesn't work):

  1. Download the binary decide-config file.
  2. Make the file executable:
cd /mnt/c/Users/mosel/Downloads/
chmod +x decide-config
  1. Move the file into your PATH: sudo mv decide-config /usr/bin
  2. Run decide-config --help to see options and verify that it worked.

changelog

  • keys (the list of all possible responses) is no longer required in experiment.yml as it is now encoded directly into the program
  • segmented files are now generated more efficiently
  • correct_choices.yml now tries to evenly divide stimuli into the various correct responses (instead of picking randomly and independently for each stimuli). I know we already had to fix this in the old javascript version, but I temporarily forgot

Automatic segmenting and fixes for debian

23 Oct 19:28
Compare
Choose a tag to compare

How to install

  1. Download the binary decide-config file.
  2. Make the file executable:
cd /mnt/c/Users/mosel/Downloads/
chmod +x decide-config
  1. Move the file into your PATH: sudo mv decide-config /usr/bin
  2. Run decide-config --help to see options and verify that it worked.

Changelog

  • the -i flag now SKIPS generating an inverted config (default behavior is now to generate both normal and inverted)
  • the list of stimuli in experiment.yml has a new format. Example:
 stimuli:
   - name: 0oq8ifcb_30                                                     
     group: 2                                                              
   - name: 9ex2k0dy_30                                                     
     group: 2                                                              
   - name: c95zqjxq_30                                                     
     group: 4                                                              
   - name: g29wxi4q_30                                                     
     group: 4                                                              
   - name: igmi8fxa_30    

A file will be generated for each group. Each group includes all stimuli in smaller numbered groups. If the group for a stimulus is not provided, it will be included in every group.

First working version in rust

22 Oct 02:23
Compare
Choose a tag to compare
Add release workflow

https://gist.github.com/PurpleBooth/84b3d7d6669f77d5a53801a258ed269a