-
## Description
We need to implement a Gradient Guided Value Search (GGVS) method. This method aims to utilize gradient information to efficiently search for optimal values in a given problem space.…
-
Currently, the Marquez API for OpenLineage events (`/api/v1/lineage`) accepts one event per request, as seen in [OpenLineageResource.java#L67](https://github.com/MarquezProject/marquez/blob/423f0dd0b0…
-
**Describe the bug**
We need to perform profiling and benchmarking on our codebase. @ghutchis identified and resolved an issue in the rendering code where shaders were being compiled repeatedly, c…
-
There are some outstanding to-do items for the BSM2 flowsheet, most of which were mentioned in #1244:
- [ ] add temp dependence for KLa and consider moving to ASM prop models and off of cstr_inject…
-
### Component
General design optimization (improving efficiency, cleanliness, or developer experience)
### Describe the suggested feature and problem it solves.
In many places we use uint160/uint24…
-
**Describe the Issue**
The `manifest.json` file in the repository contains several areas that can be optimized for efficiency and performance.
**To Reproduce**
Steps to identify and address the i…
-
### Issue type
Performance
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
ALL
### Custom code
Yes
### OS platform and distribution
_No…
-
A few optimizations and enhancements could improve maintainability, performance, and overall design consistency. Below are suggested improvements:
Code Duplication and Optimization:
- Some color…
-
Optimization suggestions for orpheup. py:
Configuration management: Use configuration files (such as JSON or YAML) to manage settings, rather than hardcoding them in code.
Logging: Use the logging m…
-
### Description
Currently, our development process triggers both Continuous Integration (CI) and Deployment (CD) workflows when new code is pushed to the master branch.
While this is crucial for …