Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · main
pyevopt
Browse files
Aug 29, 2024
docs: Update documentation to 0.1.0-alpha.3
· 6a8b54f3
Eloy BG
authored
Aug 29, 2024
View commits for tag v0.1.0-alpha.3
v0.1.0-alpha.3
6a8b54f3
Aug 28, 2024
docs: Update documentation of base module.
· 92616b5f
Eloy BG
authored
Aug 28, 2024
92616b5f
chore: Update package version
· ef4fb2fb
Eloy BG
authored
Aug 28, 2024
ef4fb2fb
refactor,test: Migrate test to unittest.
· c5aa153a
Eloy BG
authored
Aug 28, 2024
c5aa153a
Aug 26, 2024
test: Migrate to unittest. Remove duplicate code.
· fe43b3d1
Eloy BG
authored
Aug 26, 2024
fe43b3d1
test: Migrate to unittest. Refactorize the test to remove duplicate code.
· 18e2e651
Eloy BG
authored
Aug 26, 2024
18e2e651
Aug 24, 2024
style: Fix style stuffs
· 608605ab
Eloy BG
authored
Aug 24, 2024
608605ab
feat: Create new class Population to manage population and fitness
· 4b6fac35
Eloy BG
authored
Aug 24, 2024
4b6fac35
refactor!: Problem class has been removed.
· 399a428b
Eloy BG
authored
Aug 24, 2024
399a428b
refactor: Add new module `base.py` that contains all basic class:
· b2edf705
Eloy BG
authored
Aug 24, 2024
b2edf705
refactor!: Initialize population is no more Problem's responsability.
· 29a8e65c
Eloy BG
authored
Aug 24, 2024
29a8e65c
refactor!,test: problem does not an Optimizer's attribute neither
· 3c8828a8
Eloy BG
authored
Aug 24, 2024
3c8828a8
feat!,test: Optimizer only solve maximization problems.
· ffac2d0c
Eloy BG
authored
Aug 24, 2024
ffac2d0c
refactor,test!: Remove Problem.solve method. Problem.objective attribute
· 79d5ee58
Eloy BG
authored
Aug 24, 2024
79d5ee58
Aug 23, 2024
refact: Change package structure to a simpler one.
· b51aa145
Eloy BG
authored
Aug 23, 2024
b51aa145
Aug 22, 2024
chore: Remove black formatter dependency
· 92b90ee1
Eloy BG
authored
Aug 22, 2024
92b90ee1
chore: Fix sample file
· bed4d021
Eloy BG
authored
Aug 22, 2024
bed4d021
chore: CHANGELOG
· c1da4964
Eloy BG
authored
Aug 22, 2024
c1da4964
style: Fix code style
· 773125ba
Eloy BG
authored
Aug 22, 2024
773125ba
refact,test: Avoid one class per file.
· fed11f2f
Eloy BG
authored
Aug 22, 2024
fed11f2f
refact!: Split run method into smaller methods and change constructor.
· a9295b46
Eloy BG
authored
Aug 22, 2024
a9295b46
Aug 21, 2024
fix: Fix message of normal mutation logger.
· a7422dd2
Eloy BG
authored
Aug 21, 2024
a7422dd2
feat: Add a logger to track the optimization process
· f754665a
Eloy BG
authored
Aug 21, 2024
f754665a
Aug 19, 2024
test: Added new benchmark functions
· bb6e9a2e
Eloy BG
authored
Aug 19, 2024
bb6e9a2e
chore: Write changelog
· 5680aee4
Eloy BG
authored
Aug 19, 2024
5680aee4
fix,test: Early stop criteria reset the value each time optimization process is called
· d80791e4
Eloy BG
authored
Aug 19, 2024
d80791e4
chore: Add sample codes
· a4b2f788
Eloy BG
authored
Aug 19, 2024
a4b2f788
Aug 18, 2024
docs: Add documentation for new changes.
· 6240a224
Eloy BG
authored
Aug 18, 2024
View commits for tag v0.1.0-alpha.2
v0.1.0-alpha.2
6240a224
chore: Fix README
· 0307e176
Eloy BG
authored
Aug 18, 2024
0307e176
chore: Update version number to 0.1.0-alpha.2
· 55ebe3e3
Eloy BG
authored
Aug 18, 2024
55ebe3e3
Merge branch 'feature/stop-criteria' into develop
· 5102961f
Eloy BG
authored
Aug 18, 2024
5102961f
feat!, test: Change the way of managing early stop criteria.
· a8e7640d
Eloy BG
authored
Aug 18, 2024
a8e7640d
Aug 17, 2024
chore: Update numpy version to 1.26.4
· 625defb9
Eloy BG
authored
Aug 17, 2024
625defb9
Merge branch 'feature/algorithm-interface' into develop
· 92f55eaa
Eloy BG
authored
Aug 17, 2024
92f55eaa
style: Fix code style
· 85f5a104
Eloy BG
authored
Aug 17, 2024
85f5a104
Merge branch 'feature/initialization-outside-algorithms' into develop
· c0170bc1
Eloy BG
authored
Aug 17, 2024
c0170bc1
style: Fix code style
· 40136776
Eloy BG
authored
Aug 17, 2024
40136776
chore,ci: Manage optional dependencies correctly.
· ea34d472
Eloy BG
authored
Aug 17, 2024
ea34d472
Merge branch 'feature/algorithm-interface' into develop
· c491c3d9
Eloy BG
authored
Aug 17, 2024
c491c3d9
feat: Added algorithm interface to allow to create new algorithms.
· c1dd47ac
Eloy BG
authored
Aug 17, 2024
c1dd47ac
Loading