Code Monkey home page Code Monkey logo

nmga's People

Contributors

mhismail avatar

Stargazers

 avatar  avatar Steven Shida Qiao avatar Mutaz M. Jaber avatar Félicien Le Louedec avatar

Watchers

Nikhil avatar  avatar Mutaz M. Jaber avatar

Forkers

stevenqpmx

nmga's Issues

Missing documentation or at least a README

Hey,

Thanks for all the work in providing this application. However, I think it might still be quite difficult to use for people not used to R programming. I'm trying to get the application to work based on the examples in the paper, but am running into some issues.

Some of the things that are not immediately obvious:

  1. The tokens in the alltokens file are evaluated one by one, meaning that
    $PK
    {model}
    $THETA
    {model}

should be coded as:
tokengroup, tokenset, token
model, mySet, "thing I want in PK for this Set"
model, mySet, "thing I want in THETA for this Set"
model, myOtherSet, "thing I want in PK for this Set"
model, myOtherSet, "thing I want in THETA for this Set"

  1. I think it is possible to use different number of THETA's for each set by using indexing:

tokengroup, tokenset, token
WTonCL, one_param, THETA([1]) * WT
WTonCL, one_param, (0, 1); param1 WTonCL
WTonCL, many params, THETA([1]) * WT**THETA([2]) - THETA([3])
WTonCL, many params, (0, 1); param #1 \newline (0, 1); param #2 \newline (0, 1); param #3 \newline

Imagine the \newline actually being newlines.
Is this correct synthax? Will the THETA([i]) etc take the ith index from the second token? How does it know that it should take the index from that token?
I do not see this behaviour working correctly in the 'Preview' window as of now.

I guess some documentation on how to setup the alltokens.csv in general would be useful.

  1. I am trying to run the program but when clicking 'Genetic Algorithm' in the main window I get the following error:

Error: cannot open the connection. In R I see the following error popping up:
Cannot open file GAgens.csv: no such file or directory.
This makes sense as that file does not exist. However, it is never generated in the application. I can create it manually (with a Generation, Individual, and Dir column), but then it complains about there not being any lines with information in the file.

(when clicking the View Models button, it similarily complains about allmodsResults.csv.gz)

This raises the question: How are you actually supposed to initialize the program? How do you run the model? I have a ctl file and alltokens.csv, but I guess I need to prepare more files?

Hope you can help with providing this information!

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.