Skip to content

Instantly share code, notes, and snippets.

View destag's full-sized avatar
💻
Coding

Przemysław Pietras destag

💻
Coding
  • Warsaw, Poland
  • 17:59 (UTC +01:00)
View GitHub Profile
@destag
destag / algen1.py
Last active March 26, 2024 15:48
Algorytmy genetyczne. Zadanie 1
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import numpy as np
from time import time
import matplotlib.pyplot as plt
########################
# Algorytmy Genetyczne #
# Zadanie 1 #