You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
4\$\begingroup\$ Excellent answer, I'm very happy to see this! According to the bonus rules I posted, a 200 point bounty will be winging its way to you in about a week, assuming no other no-built-in-compression answer beats your score before then. \$\endgroup\$N. Virgo– N. Virgo2016-03-20 13:43:15 +00:00Commented Mar 20, 2016 at 13:43
-
4\$\begingroup\$ Welcome to CG.SE! Nice first post! \$\endgroup\$Arcturus– Arcturus2016-03-20 14:24:01 +00:00Commented Mar 20, 2016 at 14:24
-
\$\begingroup\$ This is excellent. I'm somewhat surprised the blur works so well; I tried a few different blur parameters on my outputs and it's possible for my perl solution to go under 5k, but unfortunately I don't have an easy way to apply it. \$\endgroup\$neocpp– neocpp2016-03-27 07:43:56 +00:00Commented Mar 27, 2016 at 7:43
-
1\$\begingroup\$ The blur is on during the optimization (its radius is an optimizable parameter), so each primitive that is selected is found with the blur. This may make the blur appear more important than it is. If it was reoptimized with the blur forced to be off, it would probably recover some of that value. But scores are definitely better overall with the blur than without - I tried without it for a while. \$\endgroup\$Strawdog– Strawdog2016-04-03 12:32:03 +00:00Commented Apr 3, 2016 at 12:32
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
\$\sin^2 \theta\$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. code-golf), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you