-
```
What steps will reproduce the problem?
1. type A that implements IEnumerable and marked as IgnoreListHandling
and configured with a Surrogate.
2. serialize a type ProtoBufKeyValuePair
What is t…
-
It should be possible to define and create type-surrogates that are used in place of the actual types in an object graph:
```
class A {
public A(string foo) { Foo = foo; }
p…
-
Fit surrogate model and use as filter before evaluation. Probably by fitting a model on whole dataset, doing selection with filter and surrogate objective value.
mb706 updated
3 years ago
-
```
What steps will reproduce the problem?
1. type A that implements IEnumerable and marked as IgnoreListHandling
and configured with a Surrogate.
2. serialize a type ProtoBufKeyValuePair
What is t…
-
```
What steps will reproduce the problem?
1. type A that implements IEnumerable and marked as IgnoreListHandling
and configured with a Surrogate.
2. serialize a type ProtoBufKeyValuePair
What is t…
-
A natural (I think) follow-on to #351 is to subclass the more specialized likelihoods, e.g. `GaussianLikelihoodScalarCovariance` and have them take a pointer to a `SurrogateBase`. Then, we can impleme…
-
```
What steps will reproduce the problem?
1. type A that implements IEnumerable and marked as IgnoreListHandling
and configured with a Surrogate.
2. serialize a type ProtoBufKeyValuePair
What is t…
-
```
What steps will reproduce the problem?
1. type A that implements IEnumerable and marked as IgnoreListHandling
and configured with a Surrogate.
2. serialize a type ProtoBufKeyValuePair
What is t…
-
```
What steps will reproduce the problem?
1. type A that implements IEnumerable and marked as IgnoreListHandling
and configured with a Surrogate.
2. serialize a type ProtoBufKeyValuePair
What is t…
-
Hi Josh,
after publishing our [HTTP Caching article](https://blog.fortrabbit.com/mastering-http-caching) some months ago, I had the idea to write a cache plugin for Craft that supports tagging and …