bam-solver 0.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
bam/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.0"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: bam-solver
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Placeholder. BAM: derivative-free global optimization solver. Full release coming soon.
|
|
5
|
+
Author-email: Nick Sahinidis <niksah@minlp.com>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://minlp.com
|
|
8
|
+
Keywords: optimization,derivative-free,global-optimization
|
|
9
|
+
Requires-Python: >=3.10
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# bam-solver
|
|
13
|
+
|
|
14
|
+
Placeholder for the BAM Python wrapper — a derivative-free global
|
|
15
|
+
optimization solver from The Optimization Firm.
|
|
16
|
+
|
|
17
|
+
The full release is in preparation. See https://minlp.com for
|
|
18
|
+
information about BAM.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
bam/__init__.py,sha256=ShXQBVjyiSOHxoQJS2BvNG395W4KZfqMxZWBAR0MZrE,22
|
|
2
|
+
bam_solver-0.0.0.dist-info/METADATA,sha256=vfyKIRDWpkjJ4-0u23IL63c0VC438sdLNI5Q1EmdeCw,601
|
|
3
|
+
bam_solver-0.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
bam_solver-0.0.0.dist-info/top_level.txt,sha256=3Jh27QbVRbZ8nvfhcKPiJaOO3iyjKw8SSS5dabqINcw,4
|
|
5
|
+
bam_solver-0.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bam
|