-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Weslley da Silva Pereira
committed
Jun 21, 2024
1 parent
63b7e7b
commit 89d302f
Showing
29 changed files
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
from typing import Optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"__maintainer__ = \"Weslley S. Pereira\"\n", | ||
"__email__ = \"[email protected]\"\n", | ||
"__credits__ = [\"Weslley S. Pereira\"]\n", | ||
"__version__ = \"0.3.3\"\n", | ||
"__version__ = \"0.4.0\"\n", | ||
"__deprecated__ = False" | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
"__maintainer__ = \"Weslley S. Pereira\"\n", | ||
"__email__ = \"[email protected]\"\n", | ||
"__credits__ = [\"Weslley S. Pereira\"]\n", | ||
"__version__ = \"0.3.3\"\n", | ||
"__version__ = \"0.4.0\"\n", | ||
"__deprecated__ = False" | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Juliane Mueller", "Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
from blackboxopt.optimize import gosac | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Juliane Mueller", "Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
from blackboxopt.optimize import gosac | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"source": [ | ||
"\"\"\"Example showing different sampling strategies\"\"\"\n", | ||
"\n", | ||
"# Copyright (C) 2024 National Renewable Energy Laboratory\n", | ||
"# Copyright (c) 2024 Alliance for Sustainable Energy, LLC\n", | ||
"\n", | ||
"# This program is free software: you can redistribute it and/or modify\n", | ||
"# it under the terms of the GNU General Public License as published by\n", | ||
|
@@ -28,7 +28,7 @@ | |
"__maintainer__ = \"Weslley S. Pereira\"\n", | ||
"__email__ = \"[email protected]\"\n", | ||
"__credits__ = [\"Weslley S. Pereira\"]\n", | ||
"__version__ = \"0.3.3\"\n", | ||
"__version__ = \"0.4.0\"\n", | ||
"__deprecated__ = False" | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
"__maintainer__ = \"Weslley S. Pereira\"\n", | ||
"__email__ = \"[email protected]\"\n", | ||
"__credits__ = [\"Weslley S. Pereira\"]\n", | ||
"__version__ = \"0.3.3\"\n", | ||
"__version__ = \"0.4.0\"\n", | ||
"__deprecated__ = False" | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "blackboxopt" | ||
version = "0.3.3" | ||
version = "0.4.0" | ||
description = "Surrogate models and active learning for scientific applications" | ||
authors = [ | ||
{name = "Weslley da Silva Pereira", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
from copy import deepcopy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
__maintainer__ = "Weslley S. Pereira" | ||
__email__ = "[email protected]" | ||
__credits__ = ["Sonja Surjanovic", "Derek Bingham", "Weslley S. Pereira"] | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" | ||
__deprecated__ = False | ||
|
||
from rpy2.robjects import r | ||
|