Giter Site home page Giter Site logo

travisdesell / exact Goto Github PK

View Code? Open in Web Editor NEW
54.0 9.0 17.0 876.24 MB

EXONA: The Evolutionary eXploration of Neural Networks Framework -- EXACT, EXALT and EXAMM

CMake 1.66% C++ 90.53% Shell 1.81% PHP 3.53% Python 2.19% HTML 0.21% C 0.07%
evolved-neural-networks gecco evolution neuroevolution time-series-prediction evolutionary-algorithms

exact's People

Contributors

a-elsaid avatar jared-m-murphy avatar jefhai avatar jkarns275 avatar travisdesell avatar vinay-004 avatar zimenglyu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

exact's Issues

Error running convert_mnist_data with minst handwritten digits dataset

Following the "Setting up Training and Testing Data" step in the README causes the following error:

(base) Zimengs-MacBook-Pro:build zimenglyu$ ./image_tools/convert_mnist_data ../datasets/train-images-idx3-ubyte.gz ../datasets/train-labels-idx1-ubyte.gz ../datasets/mnist_training_data.bin 60000
image file magic number is: 529205256
Error reading from image file '../datasets/train-images-idx3-ubyte.gz'. Invalid format, image file magic number != 2051

Island Size Parameter Error

When I run the algorithm as per the shared command:

./multithreaded/examm_mt --number_threads 9 --training_filenames ../datasets/2018_coal/burner_[0-9].csv --test_filenames ../datasets/2018_coal/burner_1[0-1].csv --time_offset 1 --input_parameter_names Conditioner_Inlet_Temp Conditioner_Outlet_Temp Coal_Feeder_Rate Primary_Air_Flow Primary_Air_Split System_Secondary_Air_Flow_Total Secondary_Air_Flow Secondary_Air_Split Tertiary_Air_Split Total_Comb_Air_Flow Supp_Fuel_Flow Main_Flm_Int --output_parameter_names Main_Flm_Int --number_islands 10 --population_size 10 --max_genomes 2000 --bp_iterations 10 --output_directory "./test_output" --possible_node_types simple UGRNN MGU GRU delta LSTM --std_message_level INFO --file_message_level INFO

terminal tells me I need to provide island_size as a parameter. What island_size should I provide?

island.cxx upper_bound not declared

/rnn/island.cxx:130:43: error: ‘upper_bound’ was not declared in this scope
auto index_iterator = genomes.insert( upper_bound(genomes.begin(), genomes.end(), copy, sort_genomes_by_fitness()), copy);

Compiling for Raspberry Pi 3

Thought I’d give this a go but it fails at 87%:

[ 85%] Linking CXX executable exact_client_0.33
/usr/bin/ld: cannot find -lexact_image_tools
collect2: error: ld returned 1 exit status
client/CMakeFiles/exact_client_0.33.dir/build.make:98: recipe for target 'client/exact_client_0.33' failed
make[2]: *** [client/exact_client_0.33] Error 1
CMakeFiles/Makefile2:579: recipe for target 'client/CMakeFiles/exact_client_0.33.dir/all' failed
make[1]: *** [client/CMakeFiles/exact_client_0.33.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Happy to help test, I like to port projects to other platforms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.