how to run instructions
This commit is contained in:
parent
c68ff2d329
commit
ed7e0938a2
@ -9,6 +9,8 @@ I am developing this library using:
|
|||||||
- GHC 9.8.2
|
- GHC 9.8.2
|
||||||
- Cabal 3.12.1.0
|
- Cabal 3.12.1.0
|
||||||
|
|
||||||
|
## How to run
|
||||||
|
|
||||||
In order to run this library. There is some manual configuration needed. For an example, check
|
In order to run this library. There is some manual configuration needed. For an example, check
|
||||||
out `src/HushGP/Problems/IntegerRegression.hs`. This contains the parts needed for a full evolutionary run.
|
out `src/HushGP/Problems/IntegerRegression.hs`. This contains the parts needed for a full evolutionary run.
|
||||||
|
|
||||||
@ -16,6 +18,9 @@ The user is expected to provide their own data, their own fitness function, and
|
|||||||
they would like to use. This set can be found in the files of `src/HushGP/Instructions`. You can also
|
they would like to use. This set can be found in the files of `src/HushGP/Instructions`. You can also
|
||||||
check the haddock documentation for lists of these as well.
|
check the haddock documentation for lists of these as well.
|
||||||
|
|
||||||
|
The best way to run this library is to use cabal. `cabal repl` for development. TODO: Command for
|
||||||
|
fully compiling and building an executable to run.
|
||||||
|
|
||||||
# Building Instructions
|
# Building Instructions
|
||||||
|
|
||||||
In order to build Hush with hmatrix, `lapack` development libraries must be installed on your
|
In order to build Hush with hmatrix, `lapack` development libraries must be installed on your
|
||||||
|
Loading…
x
Reference in New Issue
Block a user