Menu

Tree [98bf29] master /
 History

HTTPS access


File Date Author Commit
 .idea 2024-02-01 Jorge Mario Cruz-Duarte Jorge Mario Cruz-Duarte [b3446c] new features included for batch run
 data 2024-02-02 Jorge Mario Cruz-Duarte Jorge Mario Cruz-Duarte [98bf29] slight modifications
 dist 2024-01-04 jcrvz jcrvz [ee57a7] updated screenshot
 .gitignore 2023-05-19 Jorge Mario Cruz-Duarte Jorge Mario Cruz-Duarte [bf8e25] dist
 README.md 2024-01-13 jcrvz jcrvz [7aa0f9] add requirements.txt and include installation i...
 _bak_customhys-qt.spec 2022-06-06 Jorge Mario Cruz-Duarte Jorge Mario Cruz-Duarte [49d420] primary build
 create-dmg.sh 2024-01-04 jcrvz jcrvz [0ba18d] updated screenshot
 customhys-qt.py 2024-02-02 Jorge Mario Cruz-Duarte Jorge Mario Cruz-Duarte [98bf29] slight modifications
 customhys-qt.spec 2024-01-04 jcrvz jcrvz [0ba18d] updated screenshot
 pseudo_make.sh 2024-01-13 jcrvz jcrvz [dd73bd] WIP: pseudo_make.sh added but not working
 requirements.txt 2024-01-13 jcrvz jcrvz [7aa0f9] add requirements.txt and include installation i...

Read Me

CUSTOMHyS-Qt

This is the official repository for the CUSTOMHyS-Qt software. CUSTOMHyS-Qt is a GUI for the CUSTOMHyS framework, which is an interactive tool for customysing heuristic-based algorithms. The CUSTOMHyS-Qt is written in Python and uses the PyQt5 library for the GUI. Further references about the backend can be found in the CUSTOMHyS repository. The CUSTOMHyS-Qt is distributed under the terms of the GNU General Public License v3.0.

Screenshot(s)

Screenshot 2024-01-04 at 13.14.54.png

Installation

  1. Clone the repository
git clone https://github.com/jcrvz/customhys-qt.git
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the application
python customhys-qt.py
  1. (Optional) Create a standalone executable
pyinstaller customhys-qt.spec
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.