Skip to content

Instantly share code, notes, and snippets.

View ewarchul's full-sized avatar
🖖

Eryk Warchulski ewarchul

🖖
View GitHub Profile
@ewarchul
ewarchul / nlshade-orginal.cpp
Created April 12, 2023 11:23
Orignal implementation of NL-SHADE -- winner of the CEC 2021 competitions
#include <math.h>
#include <iostream>
#include <time.h>
#include <fstream>
#include <random>
#include "cec21_test_func.cpp"
using namespace std;
unsigned seed1 = 0;
std::mt19937 generator_uni_i(seed1);
@ewarchul
ewarchul / gist-reveal.it-slides.html
Last active May 28, 2020 15:45 — forked from ryanj/gist-reveal.it-slides.html
Gist-powered Revealjs slideshow presentations http://gist-reveal.it
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Prezentacja algorytmy ewolucyjne</title>
<meta name="description" content="Prezentacja na seminarium dyplomowe">
<meta name="author" content="Eryk Warchulski">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0">