Skip to content

A Julia package to help researchers save the results of their experiments in a database in a scaleable way.

License

Notifications You must be signed in to change notification settings

JamieMair/Experimenter.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimenter

Stable Dev Build Status Coverage

A package for easily running experiments for different parameters and saving the results in a centralised database

Package Features

  • Create a local SQLite database to store the results of your experiment.
  • Provides a standard structure for executing code across a range of parameters.
  • Provides saving of results into the database using standard Julia types.
  • Provides an @execute macro that will execute an experiment (consisting of many trials with different parameters). Can execute serially, or in parallel with a choice of multithreading or multiprocessing.
  • Automatically skips completed trials.

Head over to the Getting Started section of the documentation to see how to use this package.

About

A Julia package to help researchers save the results of their experiments in a database in a scaleable way.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages