-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: page | ||
title: Program Mining | ||
short_title: Mining | ||
permalink: /mining/ | ||
nav_order: 1 | ||
--- | ||
|
||
LODA includes tools for mining new and more efficient programs for integer sequences. There are continuously running miners generating programs and formulas every day. You can use the [mining dashboard](http://dashboard.loda-lang.org/grafana) to get an overview of the currently running miners. Below you see a chart of the number of programs since the start of the project. | ||
|
||
<img src="https://raw.githubusercontent.com/loda-lang/loda-programs/main/program_counts.png" width=400 /> | ||
|
||
You have two options for mining programs: | ||
|
||
1. Join the [LODA project on BOINC](https://boinc.loda-lang.org/loda/). | ||
2. Use the [LODA command-line tool](/install). | ||
|
||
We honor your contributions: you can include your name in mined programs. All mined programs are stored in the [loda-programs](https://github.com/loda-lang/loda-programs) repository. | ||
|
||
To receive updates on new miner findings, you can check out the [latest commits](https://github.com/loda-lang/loda-programs/commits/main) or join our [Slack workspace](https://loda-lang.slack.com/), which includes a channel with real-time updates on new and updated programs. |