Commit Graph

146 Commits (d30c3232e6c4d51886da954b537c69091db7b866)

Author SHA1 Message Date
Alinson S. Xavier d30c3232e6
FileInstance.save: create file when it does not already exist
4 years ago
Alinson S. Xavier 15e08f6c36
Implement FileInstance
4 years ago
Alinson S. Xavier f1dc450cbf
Do nothing on put_scalar(None)
4 years ago
Alinson S. Xavier 6c98986675
Hdf5Sample: Return None for non-existing keys
4 years ago
Alinson S. Xavier a0f8bf15d6
Handle completely empty veclists
4 years ago
Alinson S. Xavier 3da8d532a8
Sample: handle None in vectors
4 years ago
Alinson S. Xavier 284ba15db6
Implement sample.{get,put}_bytes
4 years ago
Alinson S. Xavier 4224586d10
Remove sample.{get,set}
4 years ago
Alinson S. Xavier ef9c48d79a
Replace Hashable by str
4 years ago
Alinson S. Xavier 8d89285cb9
Implement {get,put}_vector_list
4 years ago
Alinson S. Xavier 8fc7c6ab71
Split Sample.{get,put} into {get,put}_{scalar,vector}
4 years ago
Alinson S. Xavier 0a399deeee
Implement Hdf5Sample
4 years ago
Alinson S. Xavier 021a71f60c
Reorganize feature tests; add basic sample tests
4 years ago
Alinson S. Xavier 235c3e55c2
Make Sample abstract; create MemorySample
4 years ago
Alinson S. Xavier 851b8001bb
Move features to its own package
4 years ago
Alinson S. Xavier 609c5c7694
Rename Variables and Constraints; move to internal.py
4 years ago
Alinson S. Xavier c8c29138ca
Remove unused classes and functions
4 years ago
Alinson S. Xavier cd9e5d4144
Remove sample.after_load
4 years ago
Alinson S. Xavier b4a267a524
Remove sample.after_lp
4 years ago
Alinson S. Xavier 4093ac62fd
Remove sample.after_mip
4 years ago
Alinson S. Xavier 7c4c301611
Extract instance, var and constr features into sample
4 years ago
Alinson S. Xavier 061b1349fe
Move user_cuts/lazy_enforced to sample.data
4 years ago
Alinson S. Xavier 80281df8d8
Replace instance.samples by instance.get/push_sample
4 years ago
Alinson S. Xavier a5092cc2b9
Request constraint features/categories in bulk
4 years ago
Alinson S. Xavier 438859e493
Request variable features/categories in bulk
4 years ago
Alinson S. Xavier 46a7d3fe26
BenchmarkRunner.fit: Only iterate through files twice
4 years ago
Alinson S. Xavier ddd136c661
assert_equals: Handle ndarray with booleans
4 years ago
Alinson S. Xavier 52093eb1c0
Combine np.ndarray conversion with rounding
4 years ago
Alinson S. Xavier 34c71796e1
assert_equals: Recursively convert np.ndarray
4 years ago
Alinson S. Xavier cdd38cdfb8
Make assert_equals work with np.ndarray
4 years ago
Alinson S. Xavier c494f3e804
Remove tuples from ConstraintFeatures
4 years ago
Alinson S. Xavier f9ac65bf9c
Remove tuples from VariableFeatures
4 years ago
Alinson S. Xavier 4bf4d09cb5
Remove unused classes and methods
4 years ago
Alinson S. Xavier 91c8db2225
Refactor StaticLazy; remove old constraint methods
4 years ago
Alinson S. Xavier 53d3e9d98a
Implement ConstraintFeatures.__getitem__
4 years ago
Alinson S. Xavier 0ba8cc16fd
GurobiSolver: Implement relax/enforce constraint
5 years ago
Alinson S. Xavier 0e9c8b0a49
Rename features.constraints to constraints_old
5 years ago
Alinson S. Xavier 8f73d87d2d
Fix failing test
5 years ago
Alinson S. Xavier 95e326f5f6
Use compact variable features everywhere
5 years ago
Alinson S. Xavier fec0113722
Rename features.variables to variables_old; update FeatureExtractor
5 years ago
Alinson S. Xavier 77b10b9609
Parallel processing
5 years ago
Alinson S. Xavier bec7dae6d9
Add pre argument to sample_xy
5 years ago
Alinson S. Xavier a01c179341
LearningSolver: Load each instance exactly twice during fit
5 years ago
Alinson S. Xavier ef7a50e871
Only include static features in after-load
5 years ago
Alinson S. Xavier c4a6665825
Remove obsolete methods
5 years ago
Alinson S. Xavier c26b852c67
Update UserCutsComponent
5 years ago
Alinson S. Xavier a4433916e5
Update DynamicLazyConstraintsComponent
5 years ago
Alinson S. Xavier b5411b8950
Update ObjectiveValueComponent
5 years ago
Alinson S. Xavier a9dcdb8e4e
Update PrimalSolutionComponent
5 years ago
Alinson S. Xavier d7aa31f3eb
Fix mypy errors
5 years ago