Coder Social home page Coder Social logo

fediskhakov / egdst Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 12.0 307 KB

Generic and simple to use Matlab code for solving finite horizon discrete time optimal control problems with one continuous and one discrete control.

License: GNU General Public License v2.0

MATLAB 59.51% C 40.49%

egdst's Introduction

EGDST SOFTWARE

ZICE2014 release

By: Fedor Iskhakov, [email protected] http://fedor.iskh.ru

______________________________________________________________________________

This collection of files contains the latest version of the EGDST software and
some code snippets prepared for  the ZICE 2014.

In particular:

1. Directory "init_setup" contains some instructions and simple examples that
help to establish if C compiler and     other components are properly
installed in the system so that it can be used to run EGDST 2. Directory
"matlab_examples" contain some Matlab code to illustrate the principles of
Endogenous Gridpoint Methods 3. Directory "@egdstmodel" contains all the files
of the EGDST software package 4. Directory "egdst_examples" contains the
examples of use of EGDST software


_________________________ INSTALLATION _______________________________________

EGDST software requires C files to be compiled on the system, therefore the
first step is to install C compiler and make sure it works. Installation of C
compiler is specific to the system, see
http://www.mathworks.com.au/help/matlab/ref/mex.html

Folder "init_setup" contains a simple C code file test.c for testing the mex
setup.  Browse into this folder and run mex test.c test OR simply start

To enable OpenMP support, make sure you are using OpenMP supporting compiler
and to test the environment run mex text.c CFLAGS='\$CFLAGS -fopenmp'
LDFLAGS='\$LDFLAGS -fopenmp' test OR simply start

The output should mension how many cores are available for OpenMP, if the
output is identical to the run above  OpenMP is not enabled.


______________________________ RUNNING _______________________________________

Browse into "egdst_examples" folder, run "start" from Matlab

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.