Pinned ·

Introducing Tale

Tale is a minimal Jekyll theme curated for storytellers. It is designed and developed by myself for a friend who writes short stories.

Ant Simulation

本文通过程序模拟解释 How do the ants work together? 这个问题。 这个好奇是源自于媳妇的一句话,她在试用LLM后,觉得这个东西的原理不可能是“预测后一个字符”,因为这太简单和短视了,无法产生实际上已经出现的有价值的对话。这让我想到了小小的蚂蚁,每只蚂蚁的视野都很小,但群体却极其高效和有序。 本文的代码实现了 双信息素蚁群系统。整体结构可以理解为一个离散空间上的 stochastic agent system,其行为机制接近经典的 Ant Colony Foraging Model。体现了小小的蚂蚁如何通过每个短视的行为构筑起群体的高效与智能。 您可以在我的在线笔记本 <[Ant simulation / Chuncheng Observable](https://observablehq.com/@listenzcc/ant-simulation)> 和博客 <gp-ant-simulation> 找到实时在线版本和源码。 从蚁群到优化算法 路径选择模型 信息素更新机制...

Grid in WebGL

Drawing the grid using the WebGL. 使用 WebGL 绘制可交互的网格 程序概览 核心技术点 1. WebGL 上下文与画布适配 2. 着色器代码组织 3. 顶点着色器 4. 片段着色器与网格生成 5. 数据传递与 GUI 控制 6. 渲染循环 总结 使用 WebGL 绘制可交互的网格...

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...

Several Tests

Several tests on jekyll formats. Local js File Test Test the local js file, which adds the svg to the #svgDiv. Equation Test Inline equation $\beta=3$ Block equation \[\tag{1.1} \alpha...

Sticky Posts

Sticky, or pinned, posts are featured on the top of every page. Tale provides some flexibility when it comes to this feature.