mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
17 lines
443 B
C
17 lines
443 B
C
|
|
/**
|
||
|
|
* @file OptimizationExamples.h
|
||
|
|
* @author Mohammad K. Fallah (mkf1980@gmail.com)
|
||
|
|
* @brief Headers for the file that contains examples of using optimization algorithms
|
||
|
|
* @details
|
||
|
|
* @version 0.6
|
||
|
|
* @date 2023-08-21
|
||
|
|
*
|
||
|
|
* @copyright This project is released under the GNU Public License v3.
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
//////////////////////////////////////////////////
|
||
|
|
// Functions //
|
||
|
|
//////////////////////////////////////////////////
|