Pantelis Rodis
Computer Science and Programming
Pages
(Move to ...)
Home
Published Papers
Profile
GitHub Repository
My Applications
▼
Sunday, 3 October 2021
Designing Genetic Algorithms
›
Recently I presented a conference paper in ISCC 2021, it is on the Service Function Chain Embedding problem; find it in IEEEexplore or here...
Monday, 21 June 2021
How to tune up the parameters of a multiparametric algorithm
›
Genetic algorithms are multiparametric procedures. Their operations depend on a variety of parameters these usually are the size of the init...
Thursday, 15 October 2020
A thesis on virtual network embedding with genetic algorithms
›
Recently I finished my master thesis which is a study on the problem of virtual network embedding (VNE). It concerns the virtualization of ...
Tuesday, 6 October 2020
A Fibonacci complexity class
›
While working on a project that will come out soon, I developed an algorithm with strange asymptotic behavior. In one of the functions of th...
Tuesday, 14 July 2020
A function for the Fibonacci sequence
›
A very fast and easy function to compute Fibonacci sequence import java.math.BigInteger; public class main { int cnt=0; public stat...
‹
›
Home
View web version