Giter VIP home page Giter VIP logo

smnenko / cyclical-descent-method Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 115 KB

That repository is result of my course work at university. It was developed on Python programming language with PyQt5. It shows chart that was made with maplotlib library. There is *.ui file inside therefore you able to configure application design via QtDesigner.

Python 100.00%
python pyqt5 matplotlib optimization-algorithms minimax-algorithm coordinate-descent-algorithm

cyclical-descent-method's Introduction

Cyclical Descent Method Application

That repository is result of my course work at university. It was developed on Python programming language with PyQt5. It shows chart that was made with maplotlib library. There is *.ui file inside therefore you able to configure application design via QtDesigner.

Subject: Optimization of the Design Solutions
Theme: Build application that can solve multidimensional optimization problem via Cyclical Decent Method

Stack of technologies

  • Python 3.9.5
  • PyQt 5.15.6
  • matplotlib 3.5.0

Installation (User Guide)

Go to https://github.com/smnenko/cyclical-descent-method/releases and download the latest version for your OS

Installation (Developer Guide)

  1. Make sure that you have installed Python 3.9+ (or you can change a little line with f-strings) and you are in correct folder
  2. Clone git repository
https://github.com/smnenko/cyclical-descent-method.git
cd cyclical-descent-method
  1. Create, upgrade and activate virtual environment (use python if you use Windows OS)
python3 -m venv venv
venv\Scripts\activate.bat (!!! for Windows)
source venv/bin/activate (!!! for Unix)
python3 -m pip install --upgrade pip
  1. Install all the required packages
pip install -r requirements.txt
  1. Run by following command
python3 main.py

Screenshots

  • Welcome windows with start configuration Welcome window
  • After calculate button click Calculate clicked
  • After clear button click Clear clicked

cyclical-descent-method's People

Contributors

smnenko avatar

Watchers

 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.