Code Monkey home page Code Monkey logo

desdeo-frontend's Introduction

desdeo-frontend

About

desdeo-frontend is a graphical user interface (GUI) for various interactive multiobjective optimization methods found in DESDEO. desdeo-frontend is related to the ecosystem of packages belonging to DESDEO. The GUI can be used to define, explore, and solve multiobjective optimization problems of varying type interactively. desdeo-frontend has been developed as a React application in TypeScript. desdeo-frontend is also an example on how the interactive visualizations implemented in desdeo-components may be used, and how the desdeo-webapi API can be utilized in practice.

Installation and usage

Installation

Before installing desdeo-frontend, make sure a server with desdeo-webapi is first installed and running, either locally or on some remote machine. To run it locally, follow the instructions on desdeo-webapi's GitHub page.

From here on, it is assumed that a server is run locally with the address http://127.0.0.1:5000.

To install desdeo-frontend, make sure your system supports a Node.js environment and a dependency manager, such as npm or yarn is available. yarn is recommended as it has been tested to be working. From here on, it is assumed that yarn is available.

When Node.js is installed and a package manager is available, desdeo-frontend can be installed by running the following commans:

$> git clone [email protected]:gialmisi/desdeo-frontend.git
$> cd desdeo-frontend
$> yarn install 

To run the GUI application, first, make sure that the variable API_URL in src/App.tsx is set with a valid URL (e.g., http://127.0.0.1:5000). Then, run the start script by issuing the command:

$> yarn run start

This should launch the GUI application in a new tab in your web browser.

Usage

To use the GUI, a username and password are required. For locally running the GUI, a dummy user(s) with a password(s) can be set readily by utilzing the utilities provided in desdeo-webapi. After logging in, the navigation bar will update with menus to access various features of the GUI.

login

Features

Supported problem types

Currently, only a dummy problem can be defined through the interface. However, the intractive methods support solving problems with both analytical formualtions and/or discrete formulations. Problems must currently be added manually to the databse in desdeo-webapi. See its documentation for additiona details.

Supported interactive methods

Currently interfaces for the following multiobjective optimization methods have been implemented:

Reference point method

reference-point-method

Synchronous NIMBUS

synchronous-nimbus

NAUTILUS Navigator

nautilus-navigator

Contributors

Below are listed the major contributors to desdeo-frontend. If you feel you should be part of this list, make a PR.

desdeo-frontend's People

Contributors

gialmisi avatar jpajasmaa avatar

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.