使用ThreeJS + VueJS + SpringBoot 完

2020-02-18  本文已影响0人  kolibreath

Yet Another Implemetation of BatAlgorithm

演示图片 演示图片2

repo Link

github gitee
github 和 gitee 上面代码的最新版本是一致的吗,如果github 访问失败的话可以移步gitee

love it, then star it!

introduction

  1. 使用Springboot 作为架构的一个简单的后端服务器程序,用于处理前端代码发出的请求
  2. 在后端主要实现了一个改进的蝙蝠算法和一个原始的蝙蝠算法,改进的蝙蝠算法效果还比较令人满意,从结果可以看出第400次迭代就有了比较好的效果,相对于原始蝙蝠算法的效果有很大的改进。

how to use

git clone https://github.com/kolibreath/BatAlgorithm.git
cd viewer-frontend
npm install
npm run serve

And start the backend application with IntelliJ

some details

  1. notes must be taken about frontend
  2. words gotta to say about backend and algoritm
上一篇 下一篇

猜你喜欢

热点阅读